Prog
This commit is contained in:
@@ -6,33 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "dusk.h"
|
||||
|
||||
#define RENDER_FONT_SIZE 20
|
||||
|
||||
typedef enum {
|
||||
RENDER_OK,
|
||||
RENDER_EXIT,
|
||||
RENDER_ERROR
|
||||
} renderresult_t;
|
||||
|
||||
/**
|
||||
* Initializes the rendering system.
|
||||
*
|
||||
* @return The result of the initialization.
|
||||
* Init the render system.
|
||||
*/
|
||||
void renderInit();
|
||||
|
||||
/**
|
||||
* Initializes the rendering system.
|
||||
*
|
||||
* @return The result of the initialization.
|
||||
*/
|
||||
renderresult_t renderDraw();
|
||||
|
||||
/**
|
||||
* Renders the game.
|
||||
*
|
||||
* @return The result of the render operation.
|
||||
*/
|
||||
void renderDispose();
|
||||
void renderInit();
|
Reference in New Issue
Block a user