Skip to content

Commit

Permalink
add C++ support
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-r-r-0644 committed Sep 29, 2018
1 parent 9d48d0c commit 6b1f991
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/romfs-wiiu.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
#ifndef __WIIU_ROMFS
#define __WIIU_ROMFS

#ifdef __cplusplus
extern "C" {
#endif

uint32_t romfsInit();
uint32_t romfsExit();

#ifdef __cplusplus
}
#endif

#endif

0 comments on commit 6b1f991

Please sign in to comment.