diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2024-10-16 15:36:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 15:36:02 -0400 |
| commit | 26af4db82da23364961ebb440efba88846240731 (patch) | |
| tree | 9cfe6a427cfe59c13c64928ccef6ba3c5ccfec21 /include/d/a/npc/d_a_npc_salbage_robot_fly.h | |
| parent | 4543ec129ec02649b24ae0e20d8325a5f066c9b1 (diff) | |
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
Diffstat (limited to 'include/d/a/npc/d_a_npc_salbage_robot_fly.h')
| -rw-r--r-- | include/d/a/npc/d_a_npc_salbage_robot_fly.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/d/a/npc/d_a_npc_salbage_robot_fly.h b/include/d/a/npc/d_a_npc_salbage_robot_fly.h index 74d215df..568ce95a 100644 --- a/include/d/a/npc/d_a_npc_salbage_robot_fly.h +++ b/include/d/a/npc/d_a_npc_salbage_robot_fly.h @@ -1,9 +1,9 @@ #ifndef D_A_NPC_SALBAGE_ROBOT_FLY_H #define D_A_NPC_SALBAGE_ROBOT_FLY_H -#include <d/a/npc/d_a_npc.h> -#include <s/s_State.hpp> -#include <s/s_StateMgr.hpp> +#include "d/a/npc/d_a_npc.h" +#include "s/s_State.hpp" +#include "s/s_StateMgr.hpp" class dAcNpcSalbageRobotFly_c : public dAcNpc_c { public: |
