1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

move headers to separate directory

This commit is contained in:
p2r3
2025-08-20 13:42:56 +03:00
parent 837ce1e463
commit 5f3dcc56f9
8 changed files with 2 additions and 2 deletions

11
include/crafting.h Normal file
View File

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