mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
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 MESHOPTIMIZER_REGISTER_TYPES_H
|
||||
#define MESHOPTIMIZER_REGISTER_TYPES_H
|
||||
#pragma once
|
||||
|
||||
#include "modules/register_module_types.h"
|
||||
|
||||
void initialize_meshoptimizer_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_meshoptimizer_module(ModuleInitializationLevel p_level);
|
||||
|
||||
#endif // MESHOPTIMIZER_REGISTER_TYPES_H
|
||||
|
||||
Reference in New Issue
Block a user