prime/include/Kyoto/Graphics/CLight.hpp

9 lines
92 B
C++
Raw Normal View History

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