Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [5dda80566c]:

To Artifact [25a549cebd]:


187
188
189
190
191
192
193

194
195
196
197
198
199
200
201
202
203
204
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205







+











extern Uint32 generation_number;
extern Object**objects;
extern Uint32 nobjects;
extern Value globals[0x800];
extern Uint32 firstobj,lastobj;
extern Uint32 playfield[64*64];
extern Uint8 pfwidth,pfheight;
extern Sint8 gameover,key_ignored;

void pfunlink(Uint32 n);
void pflink(Uint32 n);
Uint32 objalloc(Uint16 c);
void annihilate(void);
const char*execute_turn(int key);

// == edit ==

void run_editor(void);