mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 04:00:42 +00:00
11 lines
326 B
C++
11 lines
326 B
C++
|
#define __TRACKER_OPERATOR =
|
||
|
#define __TRACKER_NOOP __TRACKER_NOOP_RIGHTHAND_EQUAL
|
||
|
#include "tracker_operator.hpp"
|
||
|
#undef __TRACKER_OPERATOR
|
||
|
#undef __TRACKER_NOOP
|
||
|
|
||
|
#define __TRACKER_OPERATOR +=
|
||
|
#define __TRACKER_NOOP __TRACKER_NOOP_RIGHTHAND_ZERO
|
||
|
#include "tracker_operator.hpp"
|
||
|
#undef __TRACKER_OPERATOR
|
||
|
#undef __TRACKER_NOOP
|