mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-17 23:25:22 +00:00
More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
This commit is contained in:
12
include/MetroidPrime/CDecalManager.hpp
Normal file
12
include/MetroidPrime/CDecalManager.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CDECALMANAGER_HPP
|
||||
#define _CDECALMANAGER_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CDecalManager {
|
||||
public:
|
||||
static void Initialize();
|
||||
static void ShutDown();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user