mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Demos: Add Tubes :^)
This commit is contained in:
parent
16ca9ec762
commit
9dfe50170e
10 changed files with 557 additions and 0 deletions
12
Userland/Demos/Tubes/Shapes.h
Normal file
12
Userland/Demos/Tubes/Shapes.h
Normal 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();
|
Loading…
Add table
Add a link
Reference in a new issue