mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 00:31:21 +00:00
11 lines
101 B
C++
11 lines
101 B
C++
#include "CCameraManager.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CCameraManager::CCameraManager(TUniqueId id)
|
|
{
|
|
}
|
|
|
|
}
|