This repository has been archived on 2021-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
modetw/src/paths.h

14 lines
130 B
C

#ifndef PATHS_H
#define PATHS_H
#include "file_t.h"
/**
* Initialise paths
* @return file_t
*/
file_t*
paths_init();
#endif