Mercurial > mm7
comparison VideoPlayer.h @ 2316:25f771e528f0
Draw terrain
author | Ritor1 |
---|---|
date | Wed, 19 Mar 2014 17:30:14 +0600 |
parents | d65414f65bd4 |
children | ddb803517a48 |
comparison
equal
deleted
inserted
replaced
2315:58be29479e75 | 2316:25f771e528f0 |
---|---|
217 { | 217 { |
218 alcCloseDevice(device); | 218 alcCloseDevice(device); |
219 device = nullptr; | 219 device = nullptr; |
220 } | 220 } |
221 } | 221 } |
222 | |
223 | |
224 | |
225 | |
226 | |
227 | |
228 | |
229 | 222 |
230 void PlaySample(int num_channels, int sample_rate, int num_samples, void *samples) | 223 void PlaySample(int num_channels, int sample_rate, int num_samples, void *samples) |
231 { | 224 { |
232 //char msg[256];sprintf(msg, "chan %u rate %5u num %5u ptr %p\n", num_channels, sample_rate, num_samples, samples); | 225 //char msg[256];sprintf(msg, "chan %u rate %5u num %5u ptr %p\n", num_channels, sample_rate, num_samples, samples); |
233 //log(msg); | 226 //log(msg); |