Style: Replace header guards with #pragma once
This commit is contained in:
@ -28,12 +28,9 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef KTX_REGISTER_TYPES_H
|
||||
#define KTX_REGISTER_TYPES_H
|
||||
#pragma once
|
||||
|
||||
#include "modules/register_module_types.h"
|
||||
|
||||
void initialize_ktx_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_ktx_module(ModuleInitializationLevel p_level);
|
||||
|
||||
#endif // KTX_REGISTER_TYPES_H
|
||||
|
||||
@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef TEXTURE_LOADER_KTX_H
|
||||
#define TEXTURE_LOADER_KTX_H
|
||||
#pragma once
|
||||
|
||||
#include "core/io/resource_loader.h"
|
||||
#include "scene/resources/texture.h"
|
||||
@ -44,5 +43,3 @@ public:
|
||||
virtual ~ResourceFormatKTX() {}
|
||||
ResourceFormatKTX();
|
||||
};
|
||||
|
||||
#endif // TEXTURE_LOADER_KTX_H
|
||||
|
||||
Reference in New Issue
Block a user