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 [25a549cebd]:

To Artifact [5840e387ed]:


195
196
197
198
199
200
201




202
203
204
205

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);








>
>
>
>




195
196
197
198
199
200
201
202
203
204
205
206
207
208
209

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

// == game ==

void run_game(void);

// == edit ==

void run_editor(void);