mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-01 23:25:09 +02:00
10 lines
191 B
C
10 lines
191 B
C
#ifndef CRAFTING_H
|
|
#define CRAFTING_H
|
|
|
|
#include "globals.h"
|
|
|
|
void getCraftingOutput (PlayerData *player, uint8_t *count, uint16_t *item);
|
|
void getSmeltingOutput (PlayerData *player);
|
|
|
|
#endif
|