Some code tweaks

This commit is contained in:
Ray
2017-04-30 13:03:31 +02:00
parent 2d6213af60
commit d593bd0081
4 changed files with 70 additions and 91 deletions

View File

@@ -64,7 +64,7 @@
#include <stdio.h> // Required for: fopen(), fclose(), fread()... [Used only on LoadText()]
#include <stdlib.h> // Required for: malloc(), free(), rand()
#include <string.h> // Required for: strcmp(), strlen(), strtok()
#include <string.h> // Required for: strcmp(), strlen(), strtok() [Used only in extensions loading]
#include <math.h> // Required for: atan2()
#ifndef RLGL_STANDALONE