diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-03 05:30:40 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 29792b40ef3d62dfaf65802cd5be4c68031d94f7 (patch) | |
| tree | b835fd5f2635fd2f49cc604de62980cb770fd8fd /src/main.c | |
| parent | cfd7274022c512ba5e06a659a5281097f6468e40 (diff) | |
Fixed errors in inline.h.
More compiling. 156 unique undefined references.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ int InitialiseWindowsSystem() return 0; } +int ExitWindowsSystem() +{ + return 0; +} + int main(int argc, char *argv[]) { return 0; |
