source: roaraudio/roard/include/sample.h @ 44:0d81c0ab4490

Last change on this file since 44:0d81c0ab4490 was 44:0d81c0ab4490, checked in by phi, 16 years ago

init samples on startup

File size: 338 bytes
Line 
1//sample.h:
2
3#ifndef _SAMPLE_H_
4#define _SAMPLE_H_
5
6#include <roaraudio.h>
7
8#define ROAR_SAMPLES_MAX  32
9
10struct roar_sample * g_samples[ROAR_SAMPLES_MAX];
11
12int samples_init      (void);
13int samples_free      (void);
14int samples_new       (void);
15int samples_delete    (int id);
16int samples_set_name  (int id, char * name);
17
18#endif
19
20//ll
Note: See TracBrowser for help on using the repository browser.