Style: Replace header guards with #pragma once
This commit is contained in:
@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef IMAGE_DECOMPRESS_BCDEC_H
|
||||
#define IMAGE_DECOMPRESS_BCDEC_H
|
||||
#pragma once
|
||||
|
||||
#include "core/io/image.h"
|
||||
|
||||
@ -45,5 +44,3 @@ enum BCdecFormat {
|
||||
};
|
||||
|
||||
void image_decompress_bcdec(Image *p_image);
|
||||
|
||||
#endif // IMAGE_DECOMPRESS_BCDEC_H
|
||||
|
||||
@ -28,12 +28,9 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef BCDEC_REGISTER_TYPES_H
|
||||
#define BCDEC_REGISTER_TYPES_H
|
||||
#pragma once
|
||||
|
||||
#include "modules/register_module_types.h"
|
||||
|
||||
void initialize_bcdec_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_bcdec_module(ModuleInitializationLevel p_level);
|
||||
|
||||
#endif // BCDEC_REGISTER_TYPES_H
|
||||
|
||||
Reference in New Issue
Block a user