view nuklear_ui/filechooser_null.c @ 2605:b63059c1921c

Use grouped targets to specify that CPU dsl rules produce both .c and .h files
author Michael Pavone <pavone@retrodev.com>
date Thu, 13 Feb 2025 23:08:56 -0800
parents 94cf5cc89227
children
line wrap: on
line source

#include <stddef.h>
#include <stdint.h>

uint8_t native_filechooser_available(void)
{
	return 0;
}

char* native_filechooser_pick(const char *title, const char *start_directory)
{
	return NULL;
}