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

namespace crepe {
class Scene;
}

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