mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2025-02-18 09:30:50 +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
|