early-access version 1591

This commit is contained in:
pineappleEA
2021-04-13 00:32:26 +02:00
parent 2f619137d1
commit e839de5014
67 changed files with 777 additions and 5583 deletions

View File

@@ -4,4 +4,8 @@
#include "common/assert.h"
void assert_handle_failure() {}
#include "common/common_funcs.h"
void assert_handle_failure() {
Crash();
}