]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/CPak.h
Call SDL_RenderClear() after every frame.
[quix0rs-blobwars.git] / src / CPak.h
old mode 100755 (executable)
new mode 100644 (file)
index 7c8c547..a3baa8c
@@ -1,5 +1,6 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
+Copyright (C) 2011-2015 Perpendicular Dimensions
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -42,6 +43,6 @@ class Pak {
        void setPakFile(const char *pakFilename);
        bool unpack(const char *filename, unsigned char **buffer);
        bool fileExists(const char *filename);
-       unsigned int getUncompressedSize();
+       unsigned int getUncompressedSize() const;
 
 };