diff options
| author | oy <tom_adams@web.de> | 2011-08-03 13:54:48 -0700 |
|---|---|---|
| committer | oy <tom_adams@web.de> | 2011-08-03 13:54:48 -0700 |
| commit | dfd9e142d57a3543e08a27983d014c053811bc1e (patch) | |
| tree | 44bca3ac716d8d26070b536e8b582160010e5702 /src/engine | |
| parent | 435639636eb40ee016c77a54481a914aec311644 (diff) | |
| parent | 7197d7bc13235ae53041ebadbba614addf5f5067 (diff) | |
| download | zcatch-dfd9e142d57a3543e08a27983d014c053811bc1e.tar.gz zcatch-dfd9e142d57a3543e08a27983d014c053811bc1e.zip | |
Merge pull request #801 from fisted/fix_srs
here is clevar solution for serious design flaw
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/graphics.h b/src/engine/graphics.h index 0912bfb5..e1652cbe 100644 --- a/src/engine/graphics.h +++ b/src/engine/graphics.h @@ -76,7 +76,7 @@ public: virtual void BlendAdditive() = 0; virtual int MemoryUsage() const = 0; - virtual int LoadPNG(CImageInfo *pImg, const char *pFilename, int StorageType) =0; + virtual int LoadPNG(CImageInfo *pImg, const char *pFilename, int StorageType) = 0; virtual int UnloadTexture(int Index) = 0; virtual int LoadTextureRaw(int Width, int Height, int Format, const void *pData, int StoreFormat, int Flags) = 0; virtual int LoadTexture(const char *pFilename, int StorageType, int StoreFormat, int Flags) = 0; |