- Timestamp:
- 06/02/04 03:07:25 (21 years ago)
- Location:
- ps/trunk/source/lib/res
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/lib/res/sound.cpp
r336 r339 14 14 #include "lib.h" 15 15 16 #ifdef _MSC_VER 17 #pragma comment(lib, "fmodvc.lib") 18 #endif 19 20 16 21 //define control block 17 22 struct Sound … … 25 30 static void Sound_init(Sound* s, va_list args) 26 31 { 27 s->channel = -1; 32 s->channel = -1; 28 33 } 29 34 -
ps/trunk/source/lib/res/sound.h
r336 r339 6 6 #define __SOUND_H__ 7 7 8 #include "types.h"9 8 #include "h_mgr.h" 10 9
Note:
See TracChangeset
for help on using the changeset viewer.
