mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
c31052848a
by @Willy-JL
6 lines
134 B
C
6 lines
134 B
C
#pragma once
|
|
|
|
#include "expansion_settings.h"
|
|
#include "expansion.h"
|
|
|
|
ExpansionSettings* expansion_get_settings(Expansion* instance);
|