mirror of
https://github.com/zeldaret/ss
synced 2026-07-11 06:45:20 -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
258 B
C++
10 lines
258 B
C++
#include "d/t/d_t_harp.h"
|
|
|
|
SPECIAL_ACTOR_PROFILE(HARP_TAG, dTgHarp_c, fProfile::HARP_TAG, 0x1A4, 0, 0);
|
|
|
|
STATE_DEFINE(dTgHarp_c, Wait);
|
|
|
|
void dTgHarp_c::initializeState_Wait() {}
|
|
void dTgHarp_c::executeState_Wait() {}
|
|
void dTgHarp_c::finalizeState_Wait() {}
|