rename math.h -> torad.h. Avoid conflict headers

This commit is contained in:
CRy386i 2025-03-02 08:20:31 +02:00
parent 46ee3f6988
commit 56d37e5170
4 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ CC=gcc
CFLAGS=-O1 -DDEBUG -g -ggdb -std=c23
LIBS=`pkg-config sdl3 --cflags --libs` -lGL -lGLEW -lm
HEADER = readfile.h math.h opengl.h
OBJ = main.o readfile.o math.o opengl.o
HEADER = readfile.h torad.h opengl.h
OBJ = main.o readfile.o torad.o opengl.o
all: mobiground

View file

@ -7,7 +7,7 @@
#include "opengl.h"
#include "readfile.h"
#include "math.h"
#include "torad.h"
shaderProgram_t sp;

View file

View file