cleanup: get rid of the legacy #ifndef #define craziness

このコミットが含まれているのは:
Loic Blot
2023-06-25 21:15:14 +02:00
committed by sfan5
コミット e0d4d7d8b4
96個のファイルの変更106行の追加456行の削除

ファイルの表示

@ -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_ATTRIBUTE_H_INCLUDED__
#define __I_ATTRIBUTE_H_INCLUDED__
#pragma once
#include "IReferenceCounted.h"
#include "SColor.h"
@ -62,5 +61,3 @@ public:
} // end namespace io
} // end namespace irr
#endif