Include dependency graph for ppb_console.h:

Data Structures
| struct | PPB_Console |
Defines
| #define | PPB_CONSOLE_INTERFACE "PPB_Console;1.0" |
| #define | PPB_CONSOLE_INTERFACE PPB_CONSOLE_INTERFACE |
Typedefs
| typedef struct PPB_Console | PPB_Console |
Enumerations
| enum | PP_LogLevel { PP_LOGLEVEL_TIP = 0, PP_LOGLEVEL_LOG = 1, PP_LOGLEVEL_WARNING = 2, PP_LOGLEVEL_ERROR = 3 } |
Variables
Detailed Description
This file defines the PPB_Console interface.
Define Documentation
| #define PPB_CONSOLE_INTERFACE "PPB_Console;1.0" |