Sound font reader TSf

This commit is contained in:
2022-07-05 20:24:12 +00:00
parent 9f2419a0bc
commit f979ef6a14
4 changed files with 2457 additions and 0 deletions

7
source/engine/util.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef UTIL_H
#define UTIL_H
unsigned int powof2(unsigned int num);
int ispow2(int num);
#endif