mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2025-02-17 02:31:47 +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
|