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

This commit is contained in:
Loic Blot
2023-06-25 21:15:14 +02:00
committed by sfan5
parent fb7a0e4298
commit e0d4d7d8b4
96 changed files with 106 additions and 456 deletions

View File

@ -4,8 +4,7 @@
//New skinned mesh
#ifndef __C_SKINNED_MESH_H_INCLUDED__
#define __C_SKINNED_MESH_H_INCLUDED__
#pragma once
#include "ISkinnedMesh.h"
#include "SMeshBuffer.h"
@ -215,6 +214,3 @@ private:
} // end namespace scene
} // end namespace irr
#endif