add sprite
This commit is contained in:
1
source/sprite.c
Normal file
1
source/sprite.c
Normal file
@@ -0,0 +1 @@
|
||||
#include "sprite.h"
|
||||
10
source/sprite.h
Normal file
10
source/sprite.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef SPRITE_H
|
||||
#define SPRITE_H
|
||||
|
||||
#include "HandmadeMath.h"
|
||||
|
||||
typedef struct {
|
||||
HMM_Mat2 affine;
|
||||
} sprite;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user