misc/libopenalbridge/tester.c
author unc0rr
Mon, 06 Aug 2012 23:30:58 +0400
changeset 7511 1841d5cf899f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
More mess in pas2c: - Store rendered type declaration of identifier - Convert 'for' cycles properly (well, not sure, but I tried :P) into 'do .. while()'

#include <stdio.h>
#include "openalbridge.h"

int main (int argc, int **argv) {

    openal_init();

    openal_close();

    return 0;
}