Home
last modified time | relevance | path

Searched defs:SPRaise (Results 1 – 1 of 1) sorted by relevance

/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DException.h43 #define SPRaise(fmt, ...) throw ::spades::Exception(__FILE__, __LINE__, fmt, __VA_ARGS__) macro
45 #define SPRaise(fmt, val...) throw ::spades::Exception(__FILE__, __LINE__, fmt, ##val) macro