aboutsummaryrefslogtreecommitdiff
path: root/game/MoveCameraManualyScript.h
blob: 5a090554e521ac39505b5fdbe11365be511704c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <crepe/api/Script.h>

class MoveCameraManualyScript : public crepe::Script {
public:
	void init();

private:
	bool keypressed(const crepe::KeyPressEvent & event);
};