aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/LoopManager.hpp
blob: 51afa7013be462061525703cb791c2ac2225673b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "LoopManager.h"

namespace crepe {

template <class T>
void LoopManager::add_scene() {
	this->scene_manager.add_scene<T>();
}

} // namespace crepe