* Temp SDL file
* Considered ideas about sound/music * FindResource is a kinder LoadAResource2: I believe that using LoadAResource2 means that the resource exists (instead of crashing soon after loading a bogus resource, error when attempted -- helps detects false resource forks). FindResource will return NULL if the requested resource is not found, so the sound/music player can check csnd then snd for the data it wants.
Showing
macsrc/vi_sdl.c
0 → 100644
Please register or sign in to comment