Started work on prefabs.

This commit is contained in:
2022-12-19 22:41:16 -08:00
parent 2b11a4365f
commit abb20997aa
26 changed files with 404 additions and 19 deletions

View File

@ -3,9 +3,6 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# DEBUG
set(DAWN_BUILDING dawnpokergame)
cmake_minimum_required(VERSION 3.13)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)