Changeset 258 for OCO/trunk/drv16/init.cpp
- Timestamp:
- Oct 14, 2007, 9:24:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r241 r258 197 197 current_device = 0; 198 198 // Build the Wave Playback Hardware object 199 pWavePlay = new WAVEPLAY(current_device);199 PWAVEPLAY pWavePlay = new WAVEPLAY(current_device); 200 200 new WAVEREC(current_device); 201 201
Note:
See TracChangeset
for help on using the changeset viewer.