Merge with base
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "main.h"
|
||||
|
||||
// #include "main.h"
|
||||
struct Image {
|
||||
U32* pixels;
|
||||
I64 x;
|
||||
I64 y;
|
||||
};
|
||||
#if 0
|
||||
|
||||
struct OSInitArgs {
|
||||
int window_x;
|
||||
@@ -29,4 +29,5 @@ struct OS {
|
||||
OS() = default;
|
||||
OS(OSInitArgs args) { init(args); }
|
||||
char os_internal_data[1024];
|
||||
};
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user