Working on the Player UI
This commit is contained in:
@ -11,7 +11,14 @@
|
||||
#include "../../display/shader.h"
|
||||
#include "../../display/font.h"
|
||||
#include "../../display/primitive.h"
|
||||
#include "../../display/renderlist.h"
|
||||
|
||||
typedef struct {
|
||||
camera_t camera;
|
||||
renderlist_t list;
|
||||
|
||||
shader_t shader;
|
||||
texture_t texture;
|
||||
|
||||
primitive_t cube;
|
||||
} sandboxscene_t;
|
Reference in New Issue
Block a user