raze-gles/polymer/jfaud
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
..
inc JFAud 2007-01-12 22:42:19 +00:00
mpadec JFAud 2007-01-12 22:42:19 +00:00
src JFAud 2007-01-12 22:42:19 +00:00
testsnd JFAud 2007-01-12 22:42:19 +00:00
Makefile JFAud 2007-01-12 22:42:19 +00:00
Makefile.deps JFAud 2007-01-12 22:42:19 +00:00
Makefile.msvc JFAud 2007-01-12 22:42:19 +00:00
Makefile.watcom JFAud 2007-01-12 22:42:19 +00:00
README JFAud 2007-01-12 22:42:19 +00:00
makemsc.bat JFAud 2007-01-12 22:42:19 +00:00
processdeps.pl JFAud 2007-01-12 22:42:19 +00:00

README

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.