Adoranda/include/util.h

6 lines
116 B
C
Raw Normal View History

#pragma once
/*wait for a specified input key*/
2021-08-27 22:50:00 +02:00
void wait_for_input(int input);
int rand_range(int low, int high);