Change window title

master
John Montagu, the 4th Earl of Sandvich 2026-02-01 16:51:58 -08:00
parent 6ff0ede331
commit 16f18d24fd
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <raylib-cpp.hpp>
int main() {
raylib::Window window(800, 600, "AS0");
raylib::Window window(800, 600, "CS381 - Assignment 0");
window.SetState(FLAG_WINDOW_RESIZABLE);
while (!window.ShouldClose()) {