misc/libopenalbridge/tester.c
author unc0rr
Thu, 23 Jun 2011 21:12:27 +0400
changeset 5289 9d18b61bd3eb
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes) - .pro file is usable again

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

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

    openal_init();

    openal_close();

    return 0;
}