mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
some formatting fixes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "gametime.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -13,5 +13,5 @@ typedef struct {
|
||||
} renderdata;
|
||||
|
||||
void render_init(renderdata*, gamedata const*); // initializes the renderer, outputs to render_data
|
||||
void render_update(renderdata const*); // causes a draw to occur, will also determine update rate
|
||||
void render_free(renderdata*); // frees the memory allocated to the renderer in render_data
|
||||
void render_update(renderdata const*); // causes a draw to occur, will also determine update rate
|
||||
void render_free(renderdata*); // frees the memory allocated to the renderer in render_data
|
||||
|
||||
Reference in New Issue
Block a user