Sound font reader TSf
This commit is contained in:
7
source/engine/util.h
Normal file
7
source/engine/util.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef UTIL_H
|
||||
#define UTIL_H
|
||||
|
||||
unsigned int powof2(unsigned int num);
|
||||
int ispow2(int num);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user