| 124 | #define CREATE_TIMER_ID(id) ((aigame_mod_id << 16) | (id)) |
| 125 | |
| 126 | class BaseObjScript { |
| 127 | public: |
| 128 | BaseObjScript(); |
| 129 | ~BaseObjScript(); |
| 130 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 131 | }; |
| 132 | |
| 133 | struct tShieldOrbInfo { |
| 134 | int hitcount; |
nothing calls this directly
no outgoing calls
no test coverage detected