Index

zydeco / 0dd781a

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
405 Aug 2023 20:500dd781aCreate event handling and threads structureJosh Stockin121G

Blob @ zydeco / include / ZydecoCommon.hpp

text/plain170 bytesdownload raw
1#ifndef ZYDECO_COMMON_HPP_
2#define ZYDECO_COMMON_HPP_
3
4
5#include <cstdint>
6#include <string>
7#include "Logger.hpp"
8#include "Fault.hpp"
9
10
11#endif /* ZYDECO_COMMON_HPP_ */
12