Home
last modified time | relevance | path

Searched defs:TLight (Results 1 – 5 of 5) sorted by relevance

/dports/games/etracer/etr-0.8.1/src/
H A Denv.h38 struct TLight { struct
59 TLight default_light; argument
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTLightGroup.h5 class TLight; variable
H A DTLight.cpp11 TLight::TLight(TPinballTable* table, int groupIndex) : TPinballComponent(table, groupIndex, true) in TLight() function in TLight
H A Dcontrol.h3 class TLight; variable
/dports/graphics/pixie/Pixie/src/ri/
H A Drib.y87 typedef struct TLight { struct
90 TLight *next; // The next light in the list argument
92 } TLight; argument