Initial commit
This commit is contained in:
43
application/demos/example.opengl/engine/hints.h
Normal file
43
application/demos/example.opengl/engine/hints.h
Normal file
@@ -0,0 +1,43 @@
|
||||
#ifndef _hints
|
||||
|
||||
#define _hints
|
||||
|
||||
|
||||
// Macros
|
||||
|
||||
|
||||
|
||||
#include "stdlib.h"
|
||||
|
||||
extern char * __ClassNames[];
|
||||
|
||||
|
||||
// Includes
|
||||
|
||||
|
||||
typedef struct Hints{
|
||||
|
||||
unsigned long flags;
|
||||
|
||||
unsigned long functions;
|
||||
|
||||
unsigned long decorations;
|
||||
|
||||
long inputMode;
|
||||
|
||||
unsigned long status;
|
||||
|
||||
|
||||
} Hints;
|
||||
|
||||
Hints Hints_new( );
|
||||
|
||||
Hints * Hints_newPointer( );
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct Hints Hints;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user