mirror of
https://github.com/zeldaret/ss
synced 2026-08-04 01:03:19 -04:00
d_gfx mostly OK
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
#ifndef D_D2D_H
|
||||
#define D_D2D_H
|
||||
|
||||
#include "egg/core/eggHeap.h"
|
||||
|
||||
namespace d2d {
|
||||
|
||||
void create(EGG::Heap *);
|
||||
void defaultSet();
|
||||
void drawBefore();
|
||||
void draw();
|
||||
|
||||
} // namespace d2d
|
||||
|
||||
Reference in New Issue
Block a user