1
0
镜像自地址 https://github.com/minetest/irrlicht.git 已同步 2025-07-02 08:10:26 +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,8 +2,7 @@
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __C_FILE_LIST_H_INCLUDED__
#define __C_FILE_LIST_H_INCLUDED__
#pragma once
#include "IFileList.h"
#include "irrString.h"
@ -132,7 +131,3 @@ protected:
} // end namespace irr
} // end namespace io
#endif