From 9f39ada5a82b8185d372a4161c55447a2225ed04 Mon Sep 17 00:00:00 2001 From: Dennis Meinen Date: Thu, 21 Mar 2024 11:30:17 +0100 Subject: [PATCH] Updated README.md to reflect new header file. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a12c638..14bdbdc 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,7 @@ Luminoveau provides a set of tools and utilities to help developers build immers ## Example program This is the bare minimum to get a window going. ```cpp - #include "window/windowhandler.h" - #include "render2d/render2dhandler.h" + #include "luminoveau.h" int main() {