Update README.md
This commit is contained in:
@@ -27,7 +27,6 @@ sudo cmake --install build
|
|||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
Quip::Window window("Quip Window", 800, 600);
|
Quip::Window window("Quip Window", 800, 600);
|
||||||
int buttonPresses = 0;
|
|
||||||
window.addChild("textLabel", Quip::Widget::TextLabel("Hello from Quip!", 10, 10));
|
window.addChild("textLabel", Quip::Widget::TextLabel("Hello from Quip!", 10, 10));
|
||||||
return window.run();
|
return window.run();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user