mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2024-11-26 07:49:14 +00:00
11 lines
175 B
C
11 lines
175 B
C
#ifndef WRITE_H_
|
|
#define WRITE_H_
|
|
|
|
#include "slinkyTypes.h"
|
|
|
|
void writeEntryPoint(void);
|
|
void writeCodeSegment(codeSegmentHeaderType *codeSegment);
|
|
void writem(void);
|
|
|
|
#endif
|