macross/slinky/errorStuff.h
2016-01-23 22:57:12 -08:00

9 lines
118 B
C

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