The Rusty Gui Maker is a Rust library for creating graphical user interfaces via Vulkan
Class, Structs: PascalCase
Function, Method: camelCase
Mutable Variable: snake_case
Definition, inMutable, Static or Constant Variable: SCREAMING_SNAKE_CASE
K&R - Variant: Stroustrup
Tabs - 4 Spaces
/**
** This Source Code Form is subject to the terms of the Mozilla Public
** License, v. 2.0. If a copy of the MPL was not distributed with this
** file, You can obtain one at http://mozilla.org/MPL/2.0/.
**
**
** "Class name": Class Description.
**
** Copyright (c) "Year" Rusty Gui Maker
**/