bunch of test things
also new camera class
This commit is contained in:
parent
b47c5e27d8
commit
89e47fa56c
10 changed files with 496 additions and 54 deletions
12
engine/camera.h
Normal file
12
engine/camera.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
#ifndef ENGINE2026_CAMERA_H
|
||||
#define ENGINE2026_CAMERA_H
|
||||
|
||||
|
||||
class Camera
|
||||
{
|
||||
public:
|
||||
Camera();
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue