Reformat to something more readable for me :3
This commit is contained in:
+8
-6
@@ -6,12 +6,13 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include "../src/libsm64.h"
|
||||
#include "../src/libsm64.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -58,8 +59,9 @@ RenderState;
|
||||
|
||||
struct Renderer
|
||||
{
|
||||
void (*init)(RenderState *renderState, uint8_t *marioTexture);
|
||||
void (*draw)(RenderState *renderState, const vec3 camPos, const struct SM64MarioState *marioState, struct SM64MarioGeometryBuffers *marioGeo);
|
||||
void (*init)(RenderState *renderState, uint8_t *marioTexture);
|
||||
|
||||
void (*draw)(RenderState *renderState, const vec3 camPos, const struct SM64MarioState *marioState, struct SM64MarioGeometryBuffers *marioGeo);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user