Added class Level for runtime world stuff

This commit is contained in:
MihailRis
2022-06-29 17:12:58 +03:00
committed by GitHub
parent 4ceba017c7
commit e8ca11894d
9 changed files with 81 additions and 35 deletions
+3
View File
@@ -4,12 +4,15 @@
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/world/Level.cpp \
../src/world/World.cpp
OBJS += \
./src/world/Level.o \
./src/world/World.o
CPP_DEPS += \
./src/world/Level.d \
./src/world/World.d