mirror of
https://github.com/zeldaret/ss
synced 2026-08-12 11:52:22 -04:00
Configure everything
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
#include "__va_arg.h"
|
||||
#include "common.h"
|
||||
|
||||
#include "RVL/OS/OSContext.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Forward declarations
|
||||
typedef struct OSContext OSContext;
|
||||
|
||||
#define OSError(...) OSPanic(__FILE__, __LINE__, __VA_ARGS__)
|
||||
#define OSAssert(exp, ...) \
|
||||
if (!(exp)) \
|
||||
|
||||
Reference in New Issue
Block a user