mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 16:31:21 +00:00
8 lines
146 B
C++
8 lines
146 B
C++
#ifndef _DNACOMMON_GX_HPP_
|
|
#define _DNACOMMON_GX_HPP_
|
|
|
|
#include "hecl/Backend/GX.hpp"
|
|
using GX = hecl::Backend::GX;
|
|
|
|
#endif // _DNACOMMON_GX_HPP_
|