diff options
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.h b/functions.h index ffba30c..de0aaf9 100644 --- a/functions.h +++ b/functions.h @@ -3,7 +3,9 @@ static void Arbitrary_Zero(uint8 *Address_Write, uint64 Size); static void Arbitrary_SwapData(memory *Memory, uint8 *Address_0, uint8 *Address_1, uint64 Size); static void Arbitrary_ShiftData(uint8 *Address_Start, uint8 *Address_End, uint64 ShiftAmount, int32 Direction); -static void Render_Main(void *Data, void *OutputBuffer, render_type RenderType, rectangle RenderRegion); +static void +Render_Main(project_data *File, project_state *State, memory *Memory, sorted_file Sorted, ui *UI, SDL_Window *window, GLuint textureID, + void *Data, void *OutputBuffer, render_type RenderType, rectangle RenderRegion); static void Effect_Curves_Init(block_effect *Effect, property_channel *Property); |