summaryrefslogtreecommitdiff
path: root/src/Utils.hpp
blob: 51a57e9cfc2fefce366c0598d0c4c0238895c0ef (plain)
1
2
3
4
5
6
7
8
9
#include <string>

#pragma once

class Utils{
	public:
		int catchInputInt(int* input);
		int catchReturn(int renum);
};