prime/include/Kyoto/Graphics/CLight.hpp

7 lines
90 B
C++
Raw Normal View History

2022-07-26 04:36:32 +00:00
#ifndef __CLIGHT_HPP__
#define __CLIGHT_HPP__
2022-09-18 06:05:46 +00:00
class CLight {};
2022-07-26 04:36:32 +00:00
#endif // __CLIGHT_HPP__