mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-03 17:59:45 +01:00
6 lines
173 B
C++
6 lines
173 B
C++
|
#include "window_configuration.h"
|
||
|
|
||
|
const char *kFlutterWindowTitle = "testbed";
|
||
|
const unsigned int kFlutterWindowWidth = 800;
|
||
|
const unsigned int kFlutterWindowHeight = 600;
|