raze-gles/polymer/jfaud/README
terminx 7b0104e9a1 JFAud
git-svn-id: https://svn.eduke32.com/eduke32@452 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-12 22:42:19 +00:00

9 lines
332 B
Text
Executable file

Note: JFAud makes the following assumptions about the datatypes your compiler defines.
sizeof(char) = 1
sizeof(short) = 2
sizeof(int) = 4
sizeof(long) = 4 (on 32bit), 8 (on 64bit)
sizeof(long long) = 8
sizeof(long) = sizeof(void *)
As long as this is true, JFAud is compatible with 32 and 64bit use.