Migrate public headers to #pragma once

This commit is contained in:
sfan5
2024-02-25 22:01:20 +01:00
parent 7ddf740f9b
commit 44a368ef0e
95 changed files with 95 additions and 476 deletions

View File

@ -26,8 +26,7 @@
in the jpeglib, the zlib and libPng for further information.
*/
#ifndef __IRRLICHT_H_INCLUDED__
#define __IRRLICHT_H_INCLUDED__
#pragma once
#include "aabbox3d.h"
#include "CMeshBuffer.h"
@ -321,6 +320,3 @@ namespace irr
/*! \file irrlicht.h
\brief Main header file of the irrlicht, the only file needed to include.
*/
#endif