mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-30 09:35:35 +00:00
9 lines
92 B
C++
9 lines
92 B
C++
#ifndef __CLIGHT_HPP__
|
|
#define __CLIGHT_HPP__
|
|
|
|
|
|
class CLight {
|
|
};
|
|
|
|
#endif // __CLIGHT_HPP__
|