mirror of https://github.com/PrimeDecomp/prime.git
11 lines
131 B
C++
11 lines
131 B
C++
|
#ifndef _CACTORLIGHTS_HPP
|
||
|
#define _CACTORLIGHTS_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CActorLights {
|
||
|
public:
|
||
|
~CActorLights();
|
||
|
};
|
||
|
|
||
|
#endif
|