mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Pass clang-format on 14 trivial header files fixes
Also remove them from whitelist
This commit is contained in:
parent
271d7c31e6
commit
4af99b75cf
15 changed files with 146 additions and 154 deletions
|
@ -19,8 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#ifndef L_METADATA_H_
|
||||
#define L_METADATA_H_
|
||||
|
||||
#include "lua_api/l_base.h"
|
||||
#include "irrlichttypes_bloated.h"
|
||||
#include "lua_api/l_base.h"
|
||||
|
||||
class Metadata;
|
||||
|
||||
|
@ -28,14 +28,15 @@ class Metadata;
|
|||
NodeMetaRef
|
||||
*/
|
||||
|
||||
class MetaDataRef : public ModApiBase {
|
||||
class MetaDataRef : public ModApiBase
|
||||
{
|
||||
public:
|
||||
virtual ~MetaDataRef() {}
|
||||
protected:
|
||||
static MetaDataRef *checkobject(lua_State *L, int narg);
|
||||
|
||||
virtual void reportMetadataChange() {}
|
||||
virtual Metadata* getmeta(bool auto_create) = 0;
|
||||
virtual Metadata *getmeta(bool auto_create) = 0;
|
||||
virtual void clearMeta() = 0;
|
||||
|
||||
virtual void handleToTable(lua_State *L, Metadata *meta);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue