prosperon/source/engine/util.h

7 lines
98 B
C
Raw Normal View History

2022-07-05 15:24:12 -05:00
#ifndef UTIL_H
#define UTIL_H
unsigned int powof2(unsigned int num);
int ispow2(int num);
#endif