Rename draw.* to gl_draw.*

This commit is contained in:
2014-05-08 22:54:54 +02:00
parent 9fedbc4c37
commit 8f2ca02cd6
4 changed files with 3 additions and 3 deletions

2
main.c
View File

@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "draw.h"
#include "gl_draw.h"
#include "filereader.h"
#include "print.h"
#include "types.h"