Panda3D
filename_assist.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file filename_assist.h
10  * @author drose
11  * @date 2009-04-13
12  */
13 
14 #ifndef FILENAME_ASSIST_H
15 #define FILENAME_ASSIST_H
16 
17 #include "dtoolbase.h"
18 
19 // A helper module on OSX to call some Objective-C Cocoa functions.
20 
21 #ifdef IS_OSX
22 
23 std::string get_osx_home_directory();
24 std::string get_osx_temp_directory();
25 std::string get_osx_user_appdata_directory();
26 std::string get_osx_common_appdata_directory();
27 
28 #endif // IS_OSX
29 
30 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.