mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:51:22 +00:00
9 lines
109 B
C++
9 lines
109 B
C++
#ifndef __RETRO_CLIGHT_HPP__
|
|
#define __RETRO_CLIGHT_HPP__
|
|
|
|
class CLight
|
|
{
|
|
};
|
|
|
|
#endif // __RETRO_CLIGHT_HPP__
|