]> Dogcows Code - chaz/yoink/blobdiff - src/Main.cc
pkg-config libs parsing bugfix
[chaz/yoink] / src / Main.cc
index 2df3f1e93da9e96cf114f998df45b5e063c7d03e..2992ea052a7ded280725439b183a97b8da0c5b0f 100644 (file)
@@ -9,6 +9,8 @@
 *
 **************************************************************************/
 
+#include "../config.h"
+
 #include <cstdlib>             // atexit, getenv
 #include <exception>
 #include <functional>
@@ -26,7 +28,6 @@
 #include "GameLayer.hh"
 #include "Main.hh"
 #include "TitleLayer.hh"
-
 #include "version.h"
 
 
@@ -340,6 +341,7 @@ public:
 int main(int argc, char* argv[])
 {
        moof::resource::register_type<MyAsset>("mine");
+       
        //moof::resource::add_type<AnotherAsset>("k");
        
        //{
This page took 0.01808 seconds and 4 git commands to generate.