1
0
peilaus alkaen https://github.com/minetest/irrlicht.git synced 2025-09-18 14:20:43 +02:00

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
vanhempi fb7a0e4298
commit e0d4d7d8b4
96 muutettua tiedostoa jossa 106 lisäystä ja 456 poistoa

Näytä tiedosto

@@ -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 __IRR_OS_H_INCLUDED__
#define __IRR_OS_H_INCLUDED__
#pragma once
#include "irrTypes.h"
#include "irrString.h"
@@ -95,7 +94,3 @@ namespace os
} // end namespace os
} // end namespace irr
#endif