Remove WUT_LIB_HEADER_START.

This commit is contained in:
James Benton
2016-01-07 14:09:43 +00:00
parent e8b6b9b308
commit 4bebe2242d
28 changed files with 162 additions and 74 deletions

View File

@@ -1,7 +1,9 @@
#pragma once
#include <wut.h>
WUT_LIB_HEADER_START
#ifdef __cplusplus
extern "C" {
#endif
void
OSConsoleWrite(const char *msg,
@@ -18,4 +20,6 @@ OSPanic(const char *file,
void
OSFatal(const char *msg);
WUT_LIB_HEADER_END
#ifdef __cplusplus
}
#endif