Files
Juliet/Game/Debug/DebugTopBar.h
T
Patedam 5566f76a94 Cleaning game.cpp removing old test code.
Created static mesh entity
Created debug bar
2026-08-10 22:12:31 -04:00

6 lines
57 B
C

#pragma once
#if JULIET_DEBUG
void DrawTopBar();
#endif