mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
10 lines
207 B
C++
10 lines
207 B
C++
|
#pragma once
|
||
|
|
||
|
#include <Geode/DefaultInclude.hpp>
|
||
|
|
||
|
#include "modify/Traits.hpp"
|
||
|
#include "modify/Modify.hpp"
|
||
|
#include "modify/Field.hpp"
|
||
|
#include "modify/InternalMacros.hpp"
|
||
|
|
||
|
using namespace geode::modifier;
|