Login Languish
Functions | Variables
main.cpp File Reference

runs app More...

#include <fstream>
#include <string>
#include <iostream>
#include <vector>
#include "webview.h"
#include "compatibility_utils.h"
#include "utils.h"
#include "main.h"
#include "game_manager.h"
Include dependency graph for main.cpp:

Functions

int main ()
 runs the webview More...
 
void onDocumentLoadCallback (const std::string, const std::string &req, void *arg)
 loads html
 

Variables

std::string resourcesPath
 

Detailed Description

runs app

Author
Jeb Nicholson

Function Documentation

◆ main()

int main ( )

runs the webview

runs the webview and calls a helper function to load html

Returns
0 if successful, 1 if failed.