mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 23:05:11 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
17 lines
194 B
C
17 lines
194 B
C
#ifndef GXDRAW_H
|
|
#define GXDRAW_H
|
|
|
|
#include "dolphin/gx/GXEnum.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void GXDrawCylinder(u8 numEdges);
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif
|
|
|
|
#endif /* GXDRAW_H */
|