Initial escape library

Not working yet
This commit is contained in:
shrkey
2016-10-10 22:42:09 +01:00
parent d3429c677a
commit 9f4dffe704
24 changed files with 2872 additions and 0 deletions

7
darkwater/Util.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#define ARRAY_SIZE(a) sizeof(a) / sizeof(a[0])
int write_file(const char *path, const char *fmt, ...);
int read_file(const char *path, const char *fmt, ...);
bool check_apm();