Add ioOp functions for Point and Bounds

This commit is contained in:
2017-10-12 16:09:36 -05:00
parent 507c894c15
commit 9c2e71045f
13 changed files with 136 additions and 65 deletions

View File

@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 2.8.11)
#setup libraries
@@ -11,6 +10,7 @@ endif()
add_subdirectory(core)
add_subdirectory(common)
add_subdirectory(player)
add_subdirectory(world)
if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
add_subdirectory(tools)