mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-27 07:20:22 +00:00
6 lines
109 B
C++
6 lines
109 B
C++
#pragma once
|
|
#include "CameraOperation.h"
|
|
|
|
class CameraOperation_HorizontalFOV : public CameraOperation {
|
|
};
|