1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +00:00

Demos: Add Tubes :^)

This commit is contained in:
Jelle Raaijmakers 2022-09-09 02:20:15 +02:00 committed by Linus Groh
parent 16ca9ec762
commit 9dfe50170e
10 changed files with 557 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/*
* Copyright (c) 2022, Jelle Raaijmakers <jelle@gmta.nl>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Types.h>
void draw_sphere();
void draw_tube();