mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-07 04:29:29 +01:00
8 lines
275 B
C++
8 lines
275 B
C++
#include "window_configuration.h"
|
|
|
|
const wchar_t* kFlutterWindowTitle = L"fluffychat";
|
|
const unsigned int kFlutterWindowOriginX = 10;
|
|
const unsigned int kFlutterWindowOriginY = 10;
|
|
const unsigned int kFlutterWindowWidth = 1280;
|
|
const unsigned int kFlutterWindowHeight = 720;
|