mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-07 21:40:59 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
7 lines
102 B
C
7 lines
102 B
C
int main() {
|
|
static int x;
|
|
char a[++x];
|
|
a[sizeof a - 1] = 0;
|
|
int N;
|
|
return a[0];
|
|
} |