Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
PlatformDefinesApple.h File Reference
#include <Carbon/Carbon.h>

Go to the source code of this file.

Classes

struct  Divide::WindowHandle
 

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 

Macros

#define DVD_PLATFORM_DEFINES_APPLE_H_
 
#define _RESTRICT_   __restrict__
 
#define NOINITVTABLE
 
#define FORCE_INLINE   __attribute__((always_inline))
 
#define NO_INLINE   __attribute__ ((noinline))
 

Functions

void checkMacEvents ()
 

Macro Definition Documentation

◆ _RESTRICT_

#define _RESTRICT_   __restrict__

Definition at line 38 of file PlatformDefinesApple.h.

◆ DVD_PLATFORM_DEFINES_APPLE_H_

#define DVD_PLATFORM_DEFINES_APPLE_H_

Definition at line 35 of file PlatformDefinesApple.h.

◆ FORCE_INLINE

#define FORCE_INLINE   __attribute__((always_inline))

Definition at line 46 of file PlatformDefinesApple.h.

◆ NO_INLINE

#define NO_INLINE   __attribute__ ((noinline))

Definition at line 50 of file PlatformDefinesApple.h.

◆ NOINITVTABLE

#define NOINITVTABLE

Definition at line 42 of file PlatformDefinesApple.h.

Function Documentation

◆ checkMacEvents()

void checkMacEvents ( )