Files
dusklight/include/dolphin/gx/GXDraw.h
T
Pheenoh f9380b3e05 d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
2023-08-16 12:07:52 -07:00

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 */