Lua example fix for newer osx

This commit is contained in:
William S Fulton 2021-02-19 20:59:51 +00:00
commit 7d85efbf3c

View file

@ -3,7 +3,9 @@
#include "example.h"
#include <stdio.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
/* Move the shape to a new location */
void Shape::move(double dx, double dy) {