#include <common/main.h>
Go to the source code of this file.
Defines | |
#define | view_path_MAX 4 |
Enumerations | |
enum | view_path_ty { view_path_first, view_path_none, view_path_simple, view_path_extreme } |
Functions | |
const char * | view_path_ename (view_path_ty) |
#define view_path_MAX 4 |
Definition at line 62 of file view_path.h.
enum view_path_ty |
If you add to this enum, make sure you extend project_ty::file_list and change::file_list
Definition at line 29 of file view_path.h.
const char* view_path_ename | ( | view_path_ty | ) |
The view_path_ename function may be used to obtain a human readable string equivalent of a view_path_ty value.