Now 'vbgame' is included inside this project. Some fixes.

This commit is contained in:
2017-01-30 14:57:38 +01:00
parent 0135efd688
commit 415688d5c5
13 changed files with 1207 additions and 21 deletions

5
error.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void error_raise(const char* msg);
bool error_raised();
void error_print();