mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2026-02-04 13:29:19 +01:00
11 lines
57 B
C++
11 lines
57 B
C++
#pragma once
|
|
|
|
class Camera
|
|
{
|
|
public:
|
|
|
|
private:
|
|
|
|
|
|
};
|