1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Fix class/struct forward declaration inconsistencies (good on ya, MSVC)

This commit is contained in:
Kahrl
2013-06-06 22:57:38 +02:00
parent 6b3e553dd5
commit 773471750d
6 changed files with 19 additions and 19 deletions

View File

@@ -23,8 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "cpp_api/s_base.h"
#include "irr_v3d.h"
class ObjectProperties;
class ToolCapabilities;
struct ObjectProperties;
struct ToolCapabilities;
class ScriptApiEntity
: virtual public ScriptApiBase