Fix compilation under MSVC, bind some fucntions

This commit is contained in:
conde2
2014-01-21 18:33:22 -02:00
parent 9bd02ca8ba
commit 79be0eca73
4 changed files with 68 additions and 5 deletions

View File

@@ -29,6 +29,11 @@
//@bindsingleton g_sprites
class SpriteManager
{
enum {
SPRITE_SIZE = 32,
SPRITE_DATA_SIZE = SPRITE_SIZE*SPRITE_SIZE * 4
};
public:
SpriteManager();