view paths.h @ 1478:da1dce39e846 nuklear_ui

Refactored save slot related logic to reduce duplication and allow reuse in new UI. Get state loading/saving mostly working in new UI
author Michael Pavone <pavone@retrodev.com>
date Fri, 24 Nov 2017 12:04:02 -0800
parents 152a60c6787e
children 77a401044935
line wrap: on
line source

#ifndef PATHS_H_
#define PATHS_H_

void get_initial_browse_path(char **dst);

#endif //PATHS_H_