From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- spritesheet_8h.html | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 spritesheet_8h.html (limited to 'spritesheet_8h.html') diff --git a/spritesheet_8h.html b/spritesheet_8h.html new file mode 100644 index 00000000..c5ecc82f --- /dev/null +++ b/spritesheet_8h.html @@ -0,0 +1,156 @@ + + + + + + +YAGE: yage/base/spritesheet.h File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
+ + +
+ +
+ +
+ +
+
spritesheet.h File Reference
+
+
+
#include "texture.h"
+#include <rapidjson/reader.h>
+#include <map>
+#include <string>
+
+

Go to the source code of this file.

+ + + + + + + + +

+Classes

struct  yage::details::Coordinate
 
class  yage::details::SpriteSheetHandler
 
class  yage::SpriteSheet
 
+ + + + + + +

+Namespaces

 yage
 Project namespace.
 
 yage::details
 
+ + + +

+Typedefs

typedef std::map< std::string,
+details::Coordinate > 
yage::details::SpriteMap
 
+
+
+ + + + -- cgit