X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2Flight.hxx;h=b1dd41ab853912197fe253ab9a774ff059267b94;hb=f5c90088237d3272d8ebf917f94eb0b0033d0306;hp=ab8e93bc85dd773003ecea07476283030e7b8e29;hpb=febc9cf0b26b27809f0fc7d5ea7bd1951c47af40;p=flightgear.git diff --git a/src/Time/light.hxx b/src/Time/light.hxx index ab8e93bc8..b1dd41ab8 100644 --- a/src/Time/light.hxx +++ b/src/Time/light.hxx @@ -39,7 +39,7 @@ #endif #include -#include +#include #include // plib include @@ -51,9 +51,9 @@ class fgLIGHT { // Lighting look up tables (based on sun angle with local horizon) - fgINTERPTABLE *ambient_tbl; - fgINTERPTABLE *diffuse_tbl; - fgINTERPTABLE *sky_tbl; + SGInterpTable *ambient_tbl; + SGInterpTable *diffuse_tbl; + SGInterpTable *sky_tbl; public: