X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=plugins%2Fentity%2Flight.h;h=ac46a3b5d1d58fd99ecef45a25cf34a84f625620;hp=5c807ab270342cb9e58695bb05841c614d35b50d;hb=9dfae1c9b270ee369c6362903a9205b30751b95f;hpb=0a6d5683b0cfa1a0bd7ef64bada105dbe4ddd6e1 diff --git a/plugins/entity/light.h b/plugins/entity/light.h index 5c807ab2..ac46a3b5 100644 --- a/plugins/entity/light.h +++ b/plugins/entity/light.h @@ -22,20 +22,21 @@ #if !defined( INCLUDED_LIGHT_H ) #define INCLUDED_LIGHT_H -namespace scene -{ -class Node; +namespace scene { + class Node; } class EntityClass; -scene::Node& New_Light( EntityClass* eclass ); -enum LightType -{ - LIGHTTYPE_DEFAULT, - LIGHTTYPE_RTCW, - LIGHTTYPE_DOOM3 +scene::Node &New_Light(EntityClass *eclass); + +enum LightType { + LIGHTTYPE_DEFAULT, + LIGHTTYPE_RTCW, + LIGHTTYPE_DOOM3 }; -void Light_Construct( LightType lightType ); + +void Light_Construct(LightType lightType); + void Light_Destroy(); #endif