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

@ -2,8 +2,7 @@
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __I_GUI_SPRITE_BANK_H_INCLUDED__
#define __I_GUI_SPRITE_BANK_H_INCLUDED__
#pragma once
#include "IReferenceCounted.h"
#include "irrArray.h"
@ -137,6 +136,3 @@ public:
} // end namespace gui
} // end namespace irr
#endif // __I_GUI_SPRITE_BANK_H_INCLUDED__