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 XATLAS_UNWRAP_REGISTER_TYPES_H
|
||||
#define XATLAS_UNWRAP_REGISTER_TYPES_H
|
||||
#pragma once
|
||||
|
||||
#include "modules/register_module_types.h"
|
||||
|
||||
void initialize_xatlas_unwrap_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_xatlas_unwrap_module(ModuleInitializationLevel p_level);
|
||||
|
||||
#endif // XATLAS_UNWRAP_REGISTER_TYPES_H
|
||||
|
||||
Reference in New Issue
Block a user