Flutter Engine
The Flutter Engine
|
#include <windows.h>
#include <tchar.h>
#include "include/core/SkTypes.h"
#include "include/private/base/SkMalloc.h"
#include "tools/sk_app/Application.h"
#include "tools/sk_app/win/Window_win.h"
#include "tools/timer/Timer.h"
Go to the source code of this file.
Functions | |
static char * | tchar_to_utf8 (const TCHAR *str) |
static int | main_common (HINSTANCE hInstance, int show, int argc, char **argv) |
int APIENTRY | _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
int | main (int argc, char **argv) |
int APIENTRY _tWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 35 of file main_win.cpp.
Definition at line 58 of file main_win.cpp.
Definition at line 62 of file main_win.cpp.
|
static |
Definition at line 19 of file main_win.cpp.