mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-22 12:35:00 +00:00
9 lines
89 B
C++
9 lines
89 B
C++
#pragma once
|
|
|
|
class ClothDyeRecipes
|
|
{
|
|
|
|
public:
|
|
void addRecipes(Recipes *r);
|
|
};
|