mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-11 10:59:07 +00:00
7 lines
90 B
C++
7 lines
90 B
C++
#ifndef __CLIGHT_HPP__
|
|
#define __CLIGHT_HPP__
|
|
|
|
class CLight {};
|
|
|
|
#endif // __CLIGHT_HPP__
|