--- a/src/main.cpp Sun Aug 18 16:33:38 2013 +0300 +++ b/src/main.cpp Sun Aug 18 17:30:58 2013 +0300 @@ -28,6 +28,7 @@ #include "colors.h" #include "types.h" #include "primitives.h" +#include "gldraw.h" List<LDFile*> g_loadedFiles; ForgeWindow* g_win = null; @@ -60,6 +61,7 @@ LDPaths::initPaths(); initColors(); + loadLogoedStuds(); ForgeWindow* win = new ForgeWindow;