finally start on the rewrite
This commit is contained in:
parent
57ad9fd139
commit
fbedd77ed1
7 changed files with 98 additions and 0 deletions
4
samply/act.c
Normal file
4
samply/act.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include <SDL3/SDL.h>
|
||||
|
||||
#include "../dat.h"
|
||||
#include "samply.h"
|
7
samply/img.c
Normal file
7
samply/img.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <SDL3/SDL.h>
|
||||
|
||||
#include "../dat.h"
|
||||
#include "samply.h"
|
||||
|
||||
struct Image samply_sprites[] = {
|
||||
};
|
6
samply/samply.h
Normal file
6
samply/samply.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
typedef struct Samply Samply;
|
||||
|
||||
struct Samply {
|
||||
};
|
||||
|
||||
extern Image samply_sprites[];
|
Loading…
Add table
Add a link
Reference in a new issue