dashboard
repositories
filestore
activity
search
login
main
/
wxBrowser
A WebBrowser in C++
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
initial
Szontágh Ferenc
2025-03-12
77bc7063534ab317a2ef96249a4f78198d01ef01
[wxBrowser.git]
/
src
/
BrowserApp.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BROWSERAPP_H
#define BROWSERAPP_H
#include "BrowserFrame.h"
#include <wx/wx.h>
class BrowserApp : public wxApp {
public:
virtual bool OnInit();
};
#endif // BROWSERAPP_H