resources.cc
Go to the documentation of this file.
1 /*
2 * Roboception GmbH
3 * Munich, Germany
4 * www.roboception.com
5 *
6 * Copyright (c) 2017 Roboception GmbH
7 * All rights reserved
8 *
9 * Author: Raphael Schaller
10 */
11 
12 #include "resources/help.hhp.h"
13 #include "resources/help.htm.h"
14 #include "resources/help.hhc.h"
15 #include "resources/help.hhk.h"
16 
17 #include <wx/fs_mem.h>
18 
20 {
21  wxFileSystem::AddHandler(new wxMemoryFSHandler());
22 
23  wxMemoryFSHandler::AddFile("help.hhp", help_hhp, sizeof(help_hhp));
24  wxMemoryFSHandler::AddFile("help.htm", help_htm, sizeof(help_htm));
25  wxMemoryFSHandler::AddFile("help.hhc", help_hhc, sizeof(help_hhc));
26  wxMemoryFSHandler::AddFile("help.hhk", help_hhk, sizeof(help_hhk));
27 }
const unsigned char help_hhk[13]
Definition: help.hhk.h:5
const unsigned char help_hhc[375]
Definition: help.hhc.h:5
unsigned char help_htm[]
Definition: help.htm.h:5
void registerResources()
Registers virtual resource files using wxMemoryFSHandler.
Definition: resources.cc:19
unsigned char help_hhp[]
Definition: help.hhp.h:1


rcdiscover
Author(s): Heiko Hirschmueller , Raphael Schaller
autogenerated on Sun Apr 18 2021 02:16:32