mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-02 17:29:34 +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;
|