mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-23 21:49:54 +00:00
13 lines
165 B
C++
13 lines
165 B
C++
#pragma once
|
|
#include "IScenePortal.h"
|
|
|
|
namespace cdc {
|
|
|
|
class SceneDynamicPortal : public IScenePortal {
|
|
SceneCell *sceneCell18; // 18
|
|
public:
|
|
// 7 methods
|
|
};
|
|
|
|
}
|