metaforce/Runtime/Graphics/CLight.hpp

9 lines
109 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_CLIGHT_HPP__
#define __PSHAG_CLIGHT_HPP__
2015-08-21 00:06:39 +00:00
class CLight
{
};
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_CLIGHT_HPP__