mirror of
https://github.com/zeldaret/ss
synced 2026-08-30 17:19:33 -04:00
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
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include <c/c_math.h>
|
||||
#include <m/m_mtx.h>
|
||||
#include <nw4r/ut/ut_LinkList.h>
|
||||
#include <toBeSorted/dowsing_target.h>
|
||||
#include <toBeSorted/item_story_flag_manager.h>
|
||||
#include <toBeSorted/tlist.h>
|
||||
#include "toBeSorted/dowsing_target.h"
|
||||
|
||||
#include "c/c_math.h"
|
||||
#include "m/m_mtx.h"
|
||||
#include "nw4r/ut/ut_LinkList.h"
|
||||
#include "toBeSorted/item_story_flag_manager.h"
|
||||
#include "toBeSorted/tlist.h"
|
||||
|
||||
|
||||
typedef TList<DowsingTarget, offsetof(DowsingTarget, mLink)> DowsingList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user