summaryrefslogtreecommitdiff
path: root/src/d/d_item.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-10-10 07:29:58 -0700
committerGitHub <noreply@github.com>2024-10-10 08:29:58 -0600
commit12eb254d769d84743b5cc6cd5424057c57eaf0ad (patch)
tree4509be332b2ccfc6fe939f47740d68f7746eca3e /src/d/d_item.cpp
parent2fd702c0ac170a789af879b8b92a82d4dcc9080c (diff)
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>
Diffstat (limited to 'src/d/d_item.cpp')
-rw-r--r--src/d/d_item.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_item.cpp b/src/d/d_item.cpp
index 00820e4fd4..1f2c93b6ef 100644
--- a/src/d/d_item.cpp
+++ b/src/d/d_item.cpp
@@ -4,8 +4,8 @@
*/
#include "d/d_item.h"
-#include "d/com/d_com_inf_game.h"
-#include "d/meter/d_meter2_info.h"
+#include "d/d_com_inf_game.h"
+#include "d/d_meter2_info.h"
static void (*item_func_ptr[256])() = {
item_func_HEART,
@@ -2189,4 +2189,4 @@ int addBombCount(u8 i_bombType, u8 i_addNum) {
}
/* 80450F90-80450F98 000490 0004+04 0/0 2/2 0/0 .sbss mData__12dEnemyItem_c */
-u8* dEnemyItem_c::mData;
+u8* dEnemyItem_c::mData; \ No newline at end of file