Fixed project files.

This commit is contained in:
2023-11-14 00:32:05 -08:00
commit 767000fa01
11 changed files with 1008 additions and 0 deletions

5
Gui/HealthBarGui.cpp Normal file
View File

@@ -0,0 +1,5 @@
//
// Created by karutoh on 11/9/23.
//
#include "HealthBarGui.h"

9
Gui/HealthBarGui.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <LWE/LWE.h>
#include <LWE/Gui/CollectionGui.h>
class HealthBarGui
{
};