Change window title
parent
6ff0ede331
commit
16f18d24fd
|
|
@ -3,7 +3,7 @@
|
||||||
#include <raylib-cpp.hpp>
|
#include <raylib-cpp.hpp>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
raylib::Window window(800, 600, "AS0");
|
raylib::Window window(800, 600, "CS381 - Assignment 0");
|
||||||
window.SetState(FLAG_WINDOW_RESIZABLE);
|
window.SetState(FLAG_WINDOW_RESIZABLE);
|
||||||
|
|
||||||
while (!window.ShouldClose()) {
|
while (!window.ShouldClose()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue