sdl back
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "dusk.h"
|
||||
#include "error/error.h"
|
||||
|
||||
typedef struct {
|
||||
bool_t running;
|
||||
@@ -17,14 +17,14 @@ extern engine_t ENGINE;
|
||||
/**
|
||||
* Initializes the engine.
|
||||
*/
|
||||
void engineInit(void);
|
||||
errorret_t engineInit(void);
|
||||
|
||||
/**
|
||||
* Updates the engine.
|
||||
*/
|
||||
void engineUpdate(void);
|
||||
errorret_t engineUpdate(void);
|
||||
|
||||
/**
|
||||
* Shuts down the engine.
|
||||
*/
|
||||
void engineDispose(void);
|
||||
errorret_t engineDispose(void);
|
||||
Reference in New Issue
Block a user