#include <Wt/WApplication.h>
#include "PaintExample.h"
Go to the source code of this file.
|
std::unique_ptr< WApplication > | createApplication (const WEnvironment &env) |
int | main (int argc, char **argv) |
◆ createApplication()
std::unique_ptr< WApplication > createApplication |
( |
const WEnvironment & | env | ) |
|
Definition at line 25 of file PaintApplication.C.
26{
27 return std::make_unique<PaintApplication>(env);
28}
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
Definition at line 30 of file PaintApplication.C.
31{
33}
std::unique_ptr< WApplication > createApplication(const WEnvironment &env)