Reorganize core

This commit is contained in:
Dane Johnson 2021-01-19 16:16:54 -06:00
parent ddb10abb03
commit a0620bd760
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