Final refactor touches
parent
eeb33c06ff
commit
564f3e8efe
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,13 @@
|
||||
add_library(game world/world.cpp)
|
||||
# add_library(game )
|
||||
|
||||
target_include_directories(game
|
||||
PUBLIC "${PROJECT_BINARY_DIR}"
|
||||
PUBLIC ./
|
||||
PUBLIC ../../
|
||||
PUBLIC ../../internal_libs
|
||||
PUBLIC ../../../external/glm
|
||||
PUBLIC ../../../external/glad/include
|
||||
PUBLIC ../../../external/glfw/include
|
||||
PUBLIC ../../../external/box2d/include
|
||||
PUBLIC ../../../external/pugixml/src
|
||||
)
|
||||
# target_include_directories(game
|
||||
# PUBLIC "${PROJECT_BINARY_DIR}"
|
||||
# PUBLIC ./
|
||||
# PUBLIC ../../
|
||||
# PUBLIC ../../internal_libs
|
||||
# PUBLIC ../../../external/glm
|
||||
# PUBLIC ../../../external/glad/include
|
||||
# PUBLIC ../../../external/glfw/include
|
||||
# PUBLIC ../../../external/box2d/include
|
||||
# PUBLIC ../../../external/pugixml/src
|
||||
# )
|
||||
@ -1,20 +0,0 @@
|
||||
/******************************************************************************
|
||||
* File - object.h
|
||||
* Author - Joey Pollack
|
||||
* Date - 2022/01/25 (y/m/d)
|
||||
* Mod Date - 2022/01/25 (y/m/d)
|
||||
* Description - The base object for all in-game objects
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef OBJECT_H_
|
||||
#define OBJECT_H_
|
||||
|
||||
namespace lunarium
|
||||
{
|
||||
class GameObject
|
||||
{
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif // OBJECT_H_
|
||||
Loading…
Reference in New Issue