#pragma once /*wait for a specified input key*/ void wait_for_input(int input); int rand_range(int low, int high);