mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2024-11-23 02:33:48 +00:00
12 lines
229 B
C
12 lines
229 B
C
#ifndef INITIALIZE_H_
|
|
#define INITIALIZE_H_
|
|
|
|
#include "slinkyTypes.h"
|
|
|
|
void chokePukeAndDie(void);
|
|
void initializeStuff(int argc, char **argv);
|
|
void queueInputFile(char *name);
|
|
void queueLoadAddress(char *addressString);
|
|
|
|
#endif
|