Cleaned some code, drastically reduced memory footprint.
This commit is contained in:
17
include/dawn/game/sandbox/sandboxscene.h
Normal file
17
include/dawn/game/sandbox/sandboxscene.h
Normal file
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../../libs.h"
|
||||
#include "../../display/camera.h"
|
||||
#include "../../display/shader.h"
|
||||
#include "../../display/font.h"
|
||||
#include "../../display/primitive.h"
|
||||
|
||||
typedef struct {
|
||||
camera_t camera;
|
||||
} sandboxscene_t;
|
Reference in New Issue
Block a user