branch | experimental3D |
changeset 4004 | b1c2c2f6fc5e |
parent 3697 | d5b30d6373fc |
3698:793386610068 | 4004:b1c2c2f6fc5e |
---|---|
1 #include <stdio.h> |
1 #include <stdio.h> |
2 #include "openalbridge.h" |
2 #include "openalbridge.h" |
3 |
3 |
4 int main (int argc, int **argv) { |
4 int main (int argc, int **argv) { |
5 |
5 |
6 openal_init(); |
6 openal_init(); |
7 |
7 |
8 openal_close(); |
8 openal_close(); |
9 |
9 |
10 return 0; |
10 return 0; |
11 } |
11 } |