mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2024-12-01 11:53:57 +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
|