Skip to content
Snippets Groups Projects
Commit 8966ee94 authored by Gyorgy Sarvari's avatar Gyorgy Sarvari Committed by Niklas Haas
Browse files

demos/settings: move parse_args out of NUKLEAR ifdef


In case demos are compiled, but the nuklear headers are not available,
compilation fails, because the implementation of parse_args function
is protected by the HAVE_NUKLEAR preprocessor macro.

To avoids this issue, move this implementation of this function outside
of this ifdef.

Signed-off-by: default avatarGyorgy Sarvari <skandigraun@gmail.com>
parent 056b8520
No related branches found
No related tags found
No related merge requests found
Pipeline #567277 passed with stages
in 8 minutes and 46 seconds