]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
mergge
authorClyne Sullivan <tullivan99@gmail.com>
Fri, 12 Feb 2016 13:48:50 +0000 (08:48 -0500)
committerClyne Sullivan <tullivan99@gmail.com>
Fri, 12 Feb 2016 13:48:50 +0000 (08:48 -0500)
1  2 
include/entities.h
include/world.h
src/entities.cpp
src/ui.cpp
src/world.cpp

Simple merge
diff --cc include/world.h
index 0e26ed9eb23fd461baa7caa6b8b53f7d015f9cfa,43da6fc923dd8651c9344ba83081c84748201cfd..48ab40969a8f2810f510e605a453a927b135953e
@@@ -342,7 -351,13 +351,13 @@@ public
         * playable.
         */
        
 -      void setBGM(const char *path);
 +      void setBGM(std::string path);
+       /**
+        *      Sets the worlds style folder
+        */
+       void setStyle(const char* pre); 
        
        /**
         * Plays/stops this world's BGM. If `prev` is not NULL, that world's BGM
Simple merge
diff --cc src/ui.cpp
Simple merge
diff --cc src/world.cpp
Simple merge