macross/slinky/errorStuff.h

9 lines
118 B
C

#ifndef ERROR_STUFF_H_
#define ERROR_STUFF_H_
#include "slinkyTypes.h"
void error(errorType theError, ...);
#endif