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:
11
include/crafting.h
Normal file
11
include/crafting.h
Normal 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
|
Reference in New Issue
Block a user