mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 02:19:10 +00:00
11
include/MetroidPrime/CActorLights.hpp
Normal file
11
include/MetroidPrime/CActorLights.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CACTORLIGHTS_HPP
|
||||
#define _CACTORLIGHTS_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CActorLights {
|
||||
public:
|
||||
~CActorLights();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user