Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
rectangle.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef BLAM
4 #define BLAM
5 #endif
6 
8 {
9  BLAM void DrawRectangle();
10 }
BlamRendering::BGFX
Definition: rectangle.h:7
BLAM
#define BLAM
Definition: rectangle.h:4
BlamRendering::BGFX::DrawRectangle
BLAM void DrawRectangle()
Definition: rectangle.cpp:7