Index
zydeco
/
0dd781a
Experiment in graphics programming, C++, OpenGL, simulation techniques.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
4
05 Aug 2023 20:50
0dd781a
Create event handling and threads structure
Josh Stockin
1
2
1
G
Blob @
zydeco
/
include
/
ZydecoCommon.hpp
text/plain
170 bytes
download 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