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