Initial commit
This commit is contained in:
20
code/rt_weekend.h
Normal file
20
code/rt_weekend.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef RT_WEEKEND_H
|
||||
#define RT_WEEKEND_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define internal static
|
||||
#define local_persist static
|
||||
#define global_variable static
|
||||
|
||||
// Services that are being provided to the platform layer
|
||||
|
||||
struct plugin_offscreen_buffer
|
||||
{
|
||||
void *Memory;
|
||||
int Width;
|
||||
int Height;
|
||||
int Pitch;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user