Skip to content

Commit

Permalink
Fixed doxygen comment in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 8, 2014
1 parent 0ad1dc1 commit 2b95c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SDL_rwops.h
Expand Up @@ -223,13 +223,14 @@ extern DECLSPEC size_t SDLCALL SDL_WriteBE64(SDL_RWops * dst, Uint64 value);
/**
* \name Mount/umount functions
*
* Required for RWOps on Native Client
* Required for RWops on Native Client
*/
/* @{ */
extern DECLSPEC int SDLCALL SDL_RWMount(const char* source, const char* target,
const char* filesystemtype,
unsigned long mountflags, const void *data);
extern DECLSPEC int SDLCALL SDL_RWUmount(const char *target);
/* @} *//* Mount/umount functions */

/* Ends C function definitions when using C++ */
#ifdef __cplusplus
Expand Down

0 comments on commit 2b95c4c

Please sign in to comment.