switch to dtk setup (#2203)

* switch to dtk setup

* some cleanup / fixes

* cleanup d_a_alink literals

* Restore doxygen, update CI & README.md (#1)

* Fix build image ref (#2)

---------

Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
TakaRikka
2024-10-10 07:29:58 -07:00
committed by GitHub
parent 2fd702c0ac
commit 12eb254d76
33438 changed files with 370506 additions and 3055930 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include "SSystem/SComponent/c_phase.h"
#include "d/d_kyeff2.h"
#include "d/kankyo/d_kankyo_wether.h"
#include "d/d_kankyo_wether.h"
static int dKyeff2_Draw(dKyeff2_c* i_this) {
dKyw_wether_draw2();
@@ -56,4 +56,4 @@ extern kankyo_process_profile_definition g_profile_KYEFF2 = {
&g_fopKy_Method,
3,
&l_dKyeff2_Method,
};
};