mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-23 15:33:58 +00:00
8 lines
82 B
C++
8 lines
82 B
C++
#pragma once
|
|
|
|
class StructureRecipies
|
|
{
|
|
public:
|
|
void addRecipes(Recipes *r);
|
|
};
|