mirror of
https://github.com/zeldaret/ss
synced 2026-06-23 08:59:51 -04:00
26af4db82d
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
10 lines
271 B
C++
10 lines
271 B
C++
#include "d/t/d_t_spore.h"
|
|
|
|
SPECIAL_ACTOR_PROFILE(SPORE_TAG, dSporeTag_c, fProfile::SPORE_TAG, 0xD, 0, 388);
|
|
|
|
STATE_DEFINE(dSporeTag_c, Wait);
|
|
|
|
void dSporeTag_c::initializeState_Wait() {}
|
|
void dSporeTag_c::executeState_Wait() {}
|
|
void dSporeTag_c::finalizeState_Wait() {}
|