Euphoria
app.h File Reference
#include <functional>
#include <memory>
#include "SDL.h"
#include "base/rgb.h"

Go to the source code of this file.

Classes

struct  eu::window::App
 

Namespaces

 eu
 
 eu::window
 

Typedefs

using eu::window::CreateAppFunction = std::function< std::unique_ptr< App >() >
 

Functions

int eu::window::run_app (int argc, char **argv, const std::string &window_title, CreateAppFunction create_app)