New version control.
This commit is contained in:
16
Oss.h
Normal file
16
Oss.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* change the strings "%63s" etc too! */
|
||||
#define HISTSIZE 64
|
||||
|
||||
struct Oss {
|
||||
int room;
|
||||
int points;
|
||||
int friends;
|
||||
int enemies;
|
||||
int education;
|
||||
int trouble;
|
||||
short flags;
|
||||
char history[HISTSIZE];
|
||||
char name[8];
|
||||
};
|
||||
|
||||
void OssMessage(const struct Oss *o, const char *message, ...);
|
||||
Reference in New Issue
Block a user