diff options
Diffstat (limited to 'examples/models/models_waving_cubes.c')
| -rw-r--r-- | examples/models/models_waving_cubes.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/models/models_waving_cubes.c b/examples/models/models_waving_cubes.c index 13f098b9..e21db102 100644 --- a/examples/models/models_waving_cubes.c +++ b/examples/models/models_waving_cubes.c @@ -13,8 +13,11 @@ #include "raylib.h" -#include <math.h> +#include <math.h> // Required for: sinf() +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main() { // Initialization |
