MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
asteroids3d_window.hpp
Go to the documentation of this file.
1#ifndef ASTEROIDS3D_WINDOW_HPP
2#define ASTEROIDS3D_WINDOW_HPP
3
4#include "mxvk/argz.hpp"
5
6namespace space {
7
8 void run_asteroids3d(const Arguments &args);
9
10} // namespace space
11
12#endif
Lightweight, header-only, template command-line argument parser.
void run_asteroids3d(const Arguments &args)
Runs the Asteroids application.