This commit is contained in:
EmsiaetKadosh
2025-01-14 22:33:05 +08:00
parent 4f455ca6ad
commit 2b7f05d928
14 changed files with 257 additions and 40 deletions
+12
View File
@@ -0,0 +1,12 @@
//
// Created by EmsiaetKadosh on 25-1-14.
//
#pragma once
#include "Renderer.h"
class Hud : public Renderable {
public:
void render() const noexcept override;
};