aboutsummaryrefslogtreecommitdiff
path: root/src/example/PlayerScript.h
blob: 84c4f7f4573998c3bc07e3169f9485f82a75bee5 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <crepe/api/Script.h>

class PlayerScript : public crepe::Script {
public:
	void fixed_update(crepe::duration_t dt);
};