mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-19 05:35:53 +00:00
9 lines
212 B
C
9 lines
212 B
C
|
#ifndef SYSTEM_CORE_GRAPHICS_BASE_H_
|
||
|
#define SYSTEM_CORE_GRAPHICS_BASE_H_
|
||
|
|
||
|
#include "graphics-base-v1.0.h"
|
||
|
#include "graphics-base-v1.1.h"
|
||
|
#include "graphics-base-v1.2.h"
|
||
|
|
||
|
#endif // SYSTEM_CORE_GRAPHICS_BASE_H_
|