mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
7 lines
134 B
C
7 lines
134 B
C
|
#pragma once
|
||
|
|
||
|
#include "expansion_settings.h"
|
||
|
#include "expansion.h"
|
||
|
|
||
|
ExpansionSettings* expansion_get_settings(Expansion* instance);
|