mirror of
https://github.com/NoelFB/blah.git
synced 2025-07-04 20:25:26 +08:00
Refactored Platform into a struct to hold global state better
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "blah/common.h"
|
||||
#include "blah/app.h"
|
||||
#include "blah/filesystem.h"
|
||||
#include "blah/common.h"
|
||||
#include "blah/time.h"
|
||||
#include "blah/input.h"
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
#include "blah/graphics/batch.h"
|
||||
#include "blah/graphics/spritefont.h"
|
||||
#include "blah/graphics/subtexture.h"
|
||||
|
||||
#include "blah/graphics/blend.h"
|
||||
#include "blah/graphics/material.h"
|
||||
#include "blah/graphics/mesh.h"
|
||||
|
Reference in New Issue
Block a user