-
-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
345 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/****************************************************************** | ||
* File automatically generated by rebuild_wrappers_32.py (v0.0.1.1) * | ||
******************************************************************/ | ||
#ifndef __wrappedlibgluDEFS32_H_ | ||
#define __wrappedlibgluDEFS32_H_ | ||
|
||
|
||
#endif // __wrappedlibgluDEFS32_H_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/****************************************************************** | ||
* File automatically generated by rebuild_wrappers_32.py (v0.0.1.1) * | ||
******************************************************************/ | ||
#ifndef __wrappedlibgluTYPES32_H_ | ||
#define __wrappedlibgluTYPES32_H_ | ||
|
||
#ifndef LIBNAME | ||
#error You should only #include this file inside a wrapped*.c file | ||
#endif | ||
#ifndef ADDED_FUNCTIONS | ||
#define ADDED_FUNCTIONS() | ||
#endif | ||
|
||
typedef void (*vFpup_t)(void*, uint32_t, void*); | ||
|
||
#define SUPER() ADDED_FUNCTIONS() \ | ||
GO(gluNurbsCallback, vFpup_t) \ | ||
GO(gluQuadricCallback, vFpup_t) \ | ||
GO(gluTessCallback, vFpup_t) | ||
|
||
#endif // __wrappedlibgluTYPES32_H_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/****************************************************************** | ||
* File automatically generated by rebuild_wrappers_32.py (v0.0.1.1) * | ||
******************************************************************/ | ||
#ifndef __wrappedlibgluUNDEFS32_H_ | ||
#define __wrappedlibgluUNDEFS32_H_ | ||
|
||
|
||
#endif // __wrappedlibgluUNDEFS32_H_ |
Oops, something went wrong.