fuckin hell
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index 12a05b1678b36a64e350a79c3de9843f8afc4d4d..54987233a1f3cd8200468f5e1dcbee3640b6b407 100644 (file)
--- a/model.h
+++ b/model.h
@@ -41,7 +41,8 @@ enum classtype
    k_classtype_audio                = 14,
    k_classtype_trigger              = 100,
    k_classtype_logic_achievement    = 101,
-   k_classtype_logic_relay          = 102
+   k_classtype_logic_relay          = 102,
+   k_classtype_point_light          = 200
 };
 
 enum mdl_shader
@@ -269,6 +270,11 @@ struct classtype_audio
    float volume;
 };
 
+struct classtype_point_light
+{
+   v4f colour; /* RGB, Energy */
+};
+
 #pragma pack(pop)