Files
cell/source/engine/util.h
2022-07-05 20:24:12 +00:00

7 lines
98 B
C

#ifndef UTIL_H
#define UTIL_H
unsigned int powof2(unsigned int num);
int ispow2(int num);
#endif