#include "periapsis_app.hpp"
#include "data/exception.hpp"
#include "data/log.hpp"
#include "data/broker.hpp"
#include "data/cache.hpp"
#include <windows.h>

Go to the source code of this file.
Defines | |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| int | SDL_main (int argc, char *argv[]) |
| #define WIN32_LEAN_AND_MEAN |
Definition at line 45 of file periapsis.cpp.
| int SDL_main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 53 of file periapsis.cpp.
References exception::get_message(), and application::run().
1.5.5