opengl added to engine
This commit is contained in:
parent
d8378484a7
commit
706a519452
31 changed files with 490 additions and 68 deletions
13
include/arc/graphics/opengl/sprite.h
Normal file
13
include/arc/graphics/opengl/sprite.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef ARC_OPENGL_SPRITE_H_
|
||||
#define ARC_OPENGL_SPRITE_H_
|
||||
|
||||
#ifdef ARC_OPENGL
|
||||
|
||||
#include "arc/graphics/sprite.h"
|
||||
|
||||
struct ARC_Sprite {
|
||||
};
|
||||
|
||||
#endif // !ARC_OPENGL
|
||||
|
||||
#endif // !ARC_OPENGL_SPRITE_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue