mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-12 21:14:38 -04:00
10 lines
154 B
C
10 lines
154 B
C
#ifndef DUSK_DUSK_H
|
|
#define DUSK_DUSK_H
|
|
|
|
#include <aurora/aurora.h>
|
|
|
|
extern AuroraInfo auroraInfo;
|
|
extern const char* configPath;
|
|
|
|
#endif // DUSK_DUSK_H
|