Login Languish
Macros | Functions
main.h File Reference

main header file More...

#include <fstream>
#include <string>
#include <iostream>
#include "preprocessor_vars.h"
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WINDOW_WIDTH   1024
 
#define WINDOW_HEIGHT   672
 

Functions

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

Detailed Description

main header file

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.