mirror of
https://github.com/NoelFB/blah.git
synced 2025-06-29 19:25:26 +08:00
removed drawing folder; moved to graphics
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include <blah/drawing/batch.h>
|
||||
#include <blah/graphics/batch.h>
|
||||
#include <blah/graphics/texture.h>
|
||||
#include <blah/graphics/framebuffer.h>
|
||||
#include <blah/graphics/mesh.h>
|
@ -1,4 +1,4 @@
|
||||
#include <blah/drawing/spritefont.h>
|
||||
#include <blah/graphics/spritefont.h>
|
||||
#include <blah/images/font.h>
|
||||
#include <blah/images/packer.h>
|
||||
#include <blah/core/common.h>
|
@ -1,4 +1,4 @@
|
||||
#include <blah/drawing/subtexture.h>
|
||||
#include <blah/graphics/subtexture.h>
|
||||
#include <blah/math/calc.h>
|
||||
|
||||
using namespace Blah;
|
Reference in New Issue
Block a user