mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 20:31:21 +00:00
9 lines
109 B
C++
9 lines
109 B
C++
#ifndef __PSHAG_CLIGHT_HPP__
|
|
#define __PSHAG_CLIGHT_HPP__
|
|
|
|
class CLight
|
|
{
|
|
};
|
|
|
|
#endif // __PSHAG_CLIGHT_HPP__
|