summaryrefslogtreecommitdiff
path: root/engine-ocean/Graphics/global.h
blob: eb3e5035bdda6af0a363a5a4c9db800e1fc1817d (plain)
1
2
3
4
5
6
7
#pragma once

#include "graphics.h"

namespace Global{
    inline Graphics graphics;
}