Added input manager and license.

This commit is contained in:
2021-02-22 07:01:44 +11:00
parent 24218cca63
commit 424577f835
16 changed files with 489 additions and 47 deletions

View File

@@ -1,3 +1,8 @@
# Copyright (c) 2021 Dominic Msters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
#################################### CMAKE #####################################
cmake_minimum_required(VERSION 3.15)
set(CMAKE_C_STANDARD 99)