mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-06 05:25:31 +00:00
7 lines
98 B
C
7 lines
98 B
C
#ifndef CEXCEPTION_H
|
|
#define CEXCEPTION_H
|
|
|
|
#define CEXCEPTION_BEING_USED 1
|
|
|
|
#endif //CEXCEPTION_H
|