Nuke error.hpp
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#pragma once
|
||||
#include "dusk.hpp"
|
||||
#include "error/error.hpp"
|
||||
#include "display/color.hpp"
|
||||
|
||||
#define SCENE_FLAG_INITIALIZED (1 << 0)
|
||||
@@ -16,7 +15,7 @@ typedef struct scenedata_s scenedata_t;
|
||||
|
||||
typedef struct {
|
||||
const char_t *name;
|
||||
errorret_t (*init)(scenedata_t *data);
|
||||
void (*init)(scenedata_t *data);
|
||||
void (*update)(scenedata_t *data);
|
||||
void (*render)(scenedata_t *data);
|
||||
void (*dispose)(scenedata_t *data);
|
||||
|
||||
Reference in New Issue
Block a user