Cleanup code
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
|
||||
namespace JabyEngine {
|
||||
struct DefaultConfiguration {
|
||||
struct Test {
|
||||
static constexpr const char* string() {
|
||||
return "I am default string";
|
||||
}
|
||||
};
|
||||
|
||||
struct BIOSFont {
|
||||
static constexpr GPU::PositionU16 texture_load_pos() {
|
||||
return GPU::PositionU16::create(320, 256);
|
||||
|
Reference in New Issue
Block a user