diff options
| author | Petr Mrázek | 2011-08-06 22:49:48 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-06 22:49:48 +0000 |
| commit | d841ba0fee6e1f98e414c52dd07b44b981bc05fe (patch) | |
| tree | a1b55757266b42cbab74c5166e7240fde2fb60b8 /GUI.h | |
| parent | 4f8e62eef15fd23e984af3716cba37afe2134d5c (diff) | |
| download | stonesense-d841ba0fee6e1f98e414c52dd07b44b981bc05fe.tar.gz stonesense-d841ba0fee6e1f98e414c52dd07b44b981bc05fe.tar.bz2 stonesense-d841ba0fee6e1f98e414c52dd07b44b981bc05fe.tar.xz | |
some derp changes, mostly to make things compile
Diffstat (limited to 'GUI.h')
| -rw-r--r-- | GUI.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ ALLEGRO_BITMAP* getImgFile(int index); void flushImgFiles();
//returns index into getImgFile. Will only create new bitmaps when needed
int loadImgFile(const char* filename);
-int loadImgFile(ALLEGRO_PATH* filepath);
+//int loadImgFile(ALLEGRO_PATH* filepath);
void DrawSpriteFromSheet( int spriteNum,ALLEGRO_BITMAP* spriteSheet, ALLEGRO_COLOR color, int x, int y, Block * b = 0);
ALLEGRO_BITMAP * CreateSpriteFromSheet( int spriteNum, ALLEGRO_BITMAP* spriteSheet);
ALLEGRO_BITMAP* load_bitmap_withWarning(const char* path);
|
