mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 13:03:33 -04:00
7 lines
143 B
C++
7 lines
143 B
C++
#pragma once
|
|
|
|
// Really lazy way to avoid duplicating these helpers
|
|
#define dusk mods
|
|
#include "../../../include/helpers/bits.hpp"
|
|
#undef dusk
|