2022-09-18 02:05:46 -04:00

7 lines
90 B
C++

#ifndef __CLIGHT_HPP__
#define __CLIGHT_HPP__
class CLight {};
#endif // __CLIGHT_HPP__