diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-12 00:42:36 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-12 00:42:36 +0800 |
commit | 27f153af927c056af5cec70db5f011752e29b156 (patch) | |
tree | cdbe0a61f037cd1641f23f681d221a3206454411 /demos/Graphics/DrawCircle/DrawCircle.h | |
parent | 7c135df9b8057e1de3ea6a73fb785d5622b519d4 (diff) | |
download | cru-27f153af927c056af5cec70db5f011752e29b156.tar.gz cru-27f153af927c056af5cec70db5f011752e29b156.tar.bz2 cru-27f153af927c056af5cec70db5f011752e29b156.zip |
Organize bootstrap and graphics demos.
Diffstat (limited to 'demos/Graphics/DrawCircle/DrawCircle.h')
-rw-r--r-- | demos/Graphics/DrawCircle/DrawCircle.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/Graphics/DrawCircle/DrawCircle.h b/demos/Graphics/DrawCircle/DrawCircle.h deleted file mode 100644 index 8e14dc84..00000000 --- a/demos/Graphics/DrawCircle/DrawCircle.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once -#include "cru/platform/graphics/Factory.h" - -namespace cru::demos::graphics { - void DrawCircle(platform::graphics::IGraphicsFactory* graphics_factory); -} - |