mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix some warnings on some compilers
ItemStack is a struct, not a class CollisionInfo is a struct, not a class InventoryAction is abstract and it needs a virtual destructor
This commit is contained in:
parent
365f7a5bfe
commit
64af6d3afe
4 changed files with 4 additions and 3 deletions
|
@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
class Map;
|
||||
class IGameDef;
|
||||
class CollisionInfo;
|
||||
struct CollisionInfo;
|
||||
|
||||
class Player
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue