mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-24 05:59:46 +00:00
6 lines
79 B
C++
6 lines
79 B
C++
#pragma once
|
|
#include "ICamera.h"
|
|
|
|
class FreeCamera : public cdc::ICamera {
|
|
};
|