Catchea
Topographic Data Browser
|
#include "app.h"
#include <GL/gl3w.h>
#include <GLFW/glfw3.h>
#include <real_tile/hgt_plugin.h>
#include "gui/menu_widget.h"
#include "gui/map_widget.h"
#include "gui/control_widget.h"
#include "gui/footer_widget.h"
#include "dis_interpreters/topographer.h"
Functions | |
App * | App__create () |
void | error_callback (int error, const char *description) |
bool | App__init (App *app) |
void | App__run (App *app) |
void | App__render (App *app) |
void | App_file_open_request (App *app, const char *filename) |
bool | App__terminate (App *app) |
void | App__destroy (App *app) |
void App_file_open_request | ( | App * | app, |
const char * | filename | ||
) |
Handle request from MenuWidget to open file
app | App to receive request |
filename | file's path |