Added input manager and license.

This commit is contained in:
2021-02-22 07:01:44 +11:00
parent 4d8f377d39
commit a456eb1008
16 changed files with 489 additions and 47 deletions

View File

@ -1,3 +1,10 @@
/**
* Copyright (c) 2021 Dominic Msters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#include "shader.h"
shader_t * shaderCompile(char *vertexShaderSource, char* fragmentShaderSource) {