aboutsummaryrefslogtreecommitdiff
path: root/src/example/Player.h
blob: 139f6e43f9b5881d2061b66ab047199a001e30c2 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace crepe {
class Scene;
}

class Player {
public:
	Player(crepe::Scene & scn);
};