mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-28 07:47:35 +03:00
c31052848a
by @Willy-JL
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);
|