More splits from "tuxpaint.c":
+ "debug.h": Defines whether debugging printf() calls should be enabled. + "dirwalk.c/h": Callback functions for recursive directory traversal. + "fonts.c/h": Font loading/grouping/discarding variables and functions. + "get_fname.c/h": Functions for constructing preferred file paths.
This commit is contained in:
parent
ce30f735f1
commit
e964eb17a0
19 changed files with 1796 additions and 1568 deletions
14
src/get_fname.h
Normal file
14
src/get_fname.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
get_fname.h
|
||||
*/
|
||||
|
||||
#ifndef GET_FNAME_H
|
||||
#define GET_FNAME_H
|
||||
|
||||
extern char * savedir;
|
||||
|
||||
char * get_fname(const char * const name);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue