mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2024-11-29 12:50:41 +00:00
9 lines
92 B
C
9 lines
92 B
C
#ifndef MAIN_H_
|
|
#define MAIN_H_
|
|
|
|
#include "slinkyTypes.h"
|
|
|
|
void printVersion(void);
|
|
|
|
#endif
|