Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef __shittydialog_h
- #define __shittydialog_h
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- int dialog_load( char* title, char* out_path, int out_path_len );
- int dialog_save( char* title, char* out_path, int out_path_len );
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement