OWL - Open Windowing Library
It’s the starting point of the application. To use it, you just have to do:
int main(int argc, char** argv) { /* _args can be changed to any other name :D */ return 0; }