mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
SDL_openxr.h: Wrap some non-SDL pieces in !SDL_WIKI_DOCUMENTATION_SECTION.
This commit is contained in:
parent
6d9b470e84
commit
96a061e1b1
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef SDL_WIKI_DOCUMENTATION_SECTION
|
||||
|
||||
#if defined(OPENXR_H_)
|
||||
#define NO_SDL_OPENXR_TYPEDEFS 1
|
||||
#endif /* OPENXR_H_ */
|
||||
|
|
@ -78,6 +80,9 @@ typedef enum XrResult {
|
|||
#define PFN_xrGetInstanceProcAddr SDL_FunctionPointer
|
||||
#endif /* NO_SDL_OPENXR_TYPEDEFS */
|
||||
|
||||
#endif /* !SDL_WIKI_DOCUMENTATION_SECTION */
|
||||
|
||||
|
||||
/**
|
||||
* Creates an OpenXR session.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue