1
0
зеркало из https://github.com/minetest/irrlicht.git synced 2025-09-18 14:20:43 +02:00

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

Этот коммит содержится в:
Loic Blot
2023-06-25 21:15:14 +02:00
коммит произвёл sfan5
родитель fb7a0e4298
Коммит e0d4d7d8b4
96 изменённых файлов: 106 добавлений и 456 удалений

Просмотреть файл

@@ -2,9 +2,7 @@
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __C_OGLCORE_CACHE_HANDLER_H_INCLUDED__
#define __C_OGLCORE_CACHE_HANDLER_H_INCLUDED__
#pragma once
#include "SMaterial.h"
#include "ITexture.h"
@@ -639,5 +637,3 @@ protected:
}
}
#endif