ios and android
This commit is contained in:
parent
c9b7f21be5
commit
77583d2ef0
@ -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
|
||||
|
@ -42,5 +42,6 @@ public:
|
||||
} //namespace SE
|
||||
|
||||
#include "include/GUIManager/WidgetTemplatesImpl.h"
|
||||
#include "include/Utils/ThreadUtilsImpl.h"
|
||||
|
||||
#endif
|
||||
|
@ -62,5 +62,6 @@ public:
|
||||
|
||||
|
||||
#include "include/GUIManager/WidgetTemplatesImpl.h"
|
||||
#include "include/Utils/ThreadUtilsImpl.h"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user