mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-09-23 11:42:28 +00:00
9 lines
89 B
C++
9 lines
89 B
C++
#pragma once
|
|
|
|
class ClothDyeRecipes
|
|
{
|
|
|
|
public:
|
|
void addRecipes(Recipes *r);
|
|
};
|