parent
ba64bc15c3
commit
52b55d91e6
@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Wouter Groeneveld on 15/07/20.
|
||||
//
|
||||
|
||||
#ifndef GBA_BITMAP_ENGINE_PROJECT_VERTEX_H
|
||||
#define GBA_BITMAP_ENGINE_PROJECT_VERTEX_H
|
||||
|
||||
#include <libgba-bitmap-engine/vertex.h>
|
||||
|
||||
class Vertex {
|
||||
private:
|
||||
VectorFx coords;
|
||||
};
|
||||
|
||||
#endif //GBA_BITMAP_ENGINE_PROJECT_VERTEX_H
|
Loading…
Reference in new issue