Files
ss/include/d/a/npc/d_a_npc_bee.h
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

15 lines
198 B
C++

#ifndef D_A_NPC_BEE_H
#define D_A_NPC_BEE_H
#include "d/a/e/d_a_en_base.h"
class dAcNpcBee_c : public dAcEnBase_c {
public:
dAcNpcBee_c() {}
virtual ~dAcNpcBee_c() {}
private:
};
#endif