debloat includes

This commit is contained in:
p2r3
2025-08-29 06:21:11 +03:00
parent 728d49f7b6
commit 99a09dc59f
11 changed files with 1 additions and 15 deletions

View File

@@ -1,8 +1,6 @@
#ifndef CRAFTING_H
#define CRAFTING_H
#include <stdlib.h>
#include "globals.h"
void getCraftingOutput (PlayerData *player, uint8_t *count, uint16_t *item);