Created Graphics System (markdown)

Kayne Ruse
2013-05-02 05:14:46 -07:00
parent 16c68b9976
commit c92fb9314c
+11
@@ -0,0 +1,11 @@
The graphics system is designed to be resource-efficient. It's made up of the following files:
* [surface_manager.hpp](https://github.com/Ratstail91/Tortuga/blob/master/client/surface_manager.hpp)
* [surface_manager.cpp](https://github.com/Ratstail91/Tortuga/blob/master/client/surface_manager.cpp)
* [image.hpp](https://github.com/Ratstail91/Tortuga/blob/master/client/image.hpp)
* [image.cpp](https://github.com/Ratstail91/Tortuga/blob/master/client/image.cpp)
* [sprite_sheet.hpp](https://github.com/Ratstail91/Tortuga/blob/master/client/sprite_sheet.hpp)
* [sprite_sheet.cpp](https://github.com/Ratstail91/Tortuga/blob/master/client/sprite_sheet.cpp)
## Breakdown