Files
ss/src/REL/d/t/d_t_harp.cpp
T
Elijah Thomas 26af4db82d update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd

* include <a> -> "a"

* Update build.yml

* remove/add non-trivial class in union warning
2024-10-16 15:36:02 -04:00

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() {}