Reorganize core

This commit is contained in:
Dane Johnson 2021-01-19 16:16:54 -06:00
parent 9c08612c74
commit 1ead34a8e1
7 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include "Camera.h"
#include "Input.h"
#include "Node.h"
#include "Lua.h"
#include "Scripting/Lua.h"
// Thirdparty Includes
#define STB_IMAGE_IMPLEMENTATION