Index

zydeco / 0dc574e

Experiment in graphics programming, C++, OpenGL, simulation techniques.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
203 Aug 2023 22:030dc574eC++ bringup; SDL window creationJosh Stockin190G

Blob @ zydeco / include / Fault.hpp

text/plain142 bytesdownload raw
1#ifndef FAULT_HPP_
2#define FAULT_HPP_
3
4#include <string>
5
6[[noreturn]] void ZydecoFault(std::string fault_message);
7
8
9#endif /* FAULT_HPP_ */
10