mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2026-02-07 04:57:59 +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;
|