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