~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to include/gewoopi/core/vfs/sdl_rwops.hpp

  • Committer: Thomas Geymayer
  • Date: 2009-12-31 15:38:07 UTC
  • Revision ID: tomgey@gmail.com-20091231153807-9833458pgys6ia7j
Cleaned up and improved documentation:
 - Different doxyfiles for developers and users
 - Renamed remaining .h to .hpp
 - Relative paths in doxyfiles instead of absolute

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * @date Date of Creation: 12.12.2009
7
7
 */
8
8
 
9
 
#ifndef _SDL_RWOPS_H_
10
 
#define _SDL_RWOPS_H_
 
9
#ifndef _SDL_RWOPS_HPP_
 
10
#define _SDL_RWOPS_HPP_
11
11
 
12
12
struct SDL_RWops;
13
13
 
14
14
SDL_RWops* SDL_RWFromVFS(const char *file, const char *mode);
15
15
 
16
 
#endif /* _SDL_RWOPS_H_ */
 
16
#endif /* _SDL_RWOPS_HPP_ */