|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
Declarations of HAIKU specific functions. More...
#include "struct.h"
Include dependency graph for haiku.h:
This graph shows which files directly or indirectly include this file:Functions | |
| qword | haiku_get_free_space (char *path) |
| char * | haiku_get_clipboard () |
| const char * | haiku_get_app_path () |
Declarations of HAIKU specific functions.
Haiku specific code was moved here, because the API is C++. It can't be compiled in the usual C files. So we provide a C wrapper to the functions we need.
| qword haiku_get_free_space | ( | char * | path | ) |
Referenced by GFX2_DiskFreeSpace().
| char * haiku_get_clipboard | ( | ) |
References NULL.
Referenced by GFX2_GetTextClipboard().
| const char * haiku_get_app_path | ( | ) |
References NULL.
Referenced by Get_program_directory().