qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
cube.h
Go to the documentation of this file.
1
24
25#ifndef QB_QB_H
26#define QB_QB_H
27
28// Include main components
29#include <qb/actor.h>
30#include <qb/io.h>
31#include <qb/main.h>
32
33#endif // QB_QB_H
Convenience header for the core QB Actor components.
Core I/O and logging utilities for the qb framework.
Convenience header for the QB Main engine controller.