mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
InventoryAction is a struct, not a class
This commit is contained in:
@ -558,7 +558,7 @@ struct InventoryContext
|
|||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
class InventoryAction;
|
struct InventoryAction;
|
||||||
|
|
||||||
class InventoryManager
|
class InventoryManager
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user