mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-27 23:40:36 +00:00
6 lines
84 B
C++
6 lines
84 B
C++
#pragma once
|
|
#include "ICamera.h"
|
|
|
|
class ModelViewCamera : public cdc::ICamera {
|
|
};
|