mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 08:10:26 +02:00
cleanup: get rid of the legacy #ifndef #define craziness
This commit is contained in:
@ -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 __E_WEGL_EXTENSION_HANDLER_H_INCLUDED__
|
||||
#define __E_WEGL_EXTENSION_HANDLER_H_INCLUDED__
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(_IRR_COMPILE_WITH_WEBGL1_) // Note: should also work with WebGL2 once we add that to Irrlicht
|
||||
|
||||
@ -178,4 +176,3 @@ namespace video
|
||||
}
|
||||
|
||||
#endif // defined(_IRR_COMPILE_WITH_WEBGL1_)
|
||||
#endif // __E_WEGL1_EXTENSION_HANDLER_H_INCLUDED__
|
||||
|
Reference in New Issue
Block a user