ios and android

This commit is contained in:
Vladislav Khorev 2013-02-03 13:13:42 +00:00
parent c9b7f21be5
commit 77583d2ef0
3 changed files with 3 additions and 0 deletions

View File

@ -309,6 +309,7 @@ LOCAL_SRC_FILES += src/Utils/Console/Console.cpp
LOCAL_SRC_FILES += src/Utils/SerializeInterface/SerializeInterface.cpp
LOCAL_SRC_FILES += src/Utils/PngHelper.cpp
LOCAL_SRC_FILES += src/Utils/SimpleTimer.cpp
LOCAL_SRC_FILES += src/Utils/ThreadUtils.cpp
LOCAL_SRC_FILES += src/TextureManager/SalmonTexture.cpp
LOCAL_SRC_FILES += src/ShaderManager/ShaderManager.cpp
LOCAL_SRC_FILES += src/FrameManager/FrameManager.cpp

View File

@ -42,5 +42,6 @@ public:
} //namespace SE
#include "include/GUIManager/WidgetTemplatesImpl.h"
#include "include/Utils/ThreadUtilsImpl.h"
#endif

View File

@ -62,5 +62,6 @@ public:
#include "include/GUIManager/WidgetTemplatesImpl.h"
#include "include/Utils/ThreadUtilsImpl.h"
#endif