GIT
/
REPO
/
FRED-BOY
Projects
/
flatwaifu.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
save: move save code to separated file
[flatwaifu.git]
/
src
/
dots.h
diff --git
a/src/dots.h
b/src/dots.h
index c3a930aa1529840656def5f12405e6f7e2663d90..ae40ce5afd87ae47d1bff3a56cd89fe8069b4d5e 100644
(file)
--- a/
src/dots.h
+++ b/
src/dots.h
@@
-24,7
+24,6
@@
#include "glob.h"
#include "view.h" // obj_t
-#include <stdio.h> // FILE
#define MAXDOT 400
@@
-35,8
+34,6
@@
typedef struct {
extern dot_t dot[MAXDOT];
-void DOT_savegame (FILE *h);
-void DOT_loadgame (FILE *h);
void DOT_init (void);
void DOT_alloc (void);
void DOT_act (void);
DEADSOFTWARE 2012-2025