mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2024-11-23 02:33:48 +00:00
9 lines
118 B
C
9 lines
118 B
C
#ifndef ERROR_STUFF_H_
|
|
#define ERROR_STUFF_H_
|
|
|
|
#include "slinkyTypes.h"
|
|
|
|
void error(errorType theError, ...);
|
|
|
|
#endif
|