metaforce/Runtime/Graphics/CLight.hpp

9 lines
109 B
C++
Raw Normal View History

2015-08-21 00:06:39 +00:00
#ifndef __RETRO_CLIGHT_HPP__
#define __RETRO_CLIGHT_HPP__
class CLight
{
};
#endif // __RETRO_CLIGHT_HPP__