diff options
Diffstat (limited to 'src/mapUtils.h')
| -rw-r--r-- | src/mapUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapUtils.h b/src/mapUtils.h index 4c56b2d..c362e66 100644 --- a/src/mapUtils.h +++ b/src/mapUtils.h @@ -16,4 +16,5 @@ void unbindTex(ofTexture &tex); ofPoint distort(ofPoint pt,float d); void drawBox(float size); void drawBoard(float x,float y,float z); +void drawCylinder(float r,float h,float x,float y,float z); |
