Rename draw.* to gl_draw.*
This commit is contained in:
parent
9fedbc4c37
commit
8f2ca02cd6
4
Makefile
4
Makefile
@ -15,8 +15,8 @@ CFLAGS += -O0 -g3
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET = drow-engine
|
TARGET = drow-engine
|
||||||
HEADERS = err.h parser.h types.h print.h filereader.h draw.h
|
HEADERS = err.h parser.h types.h print.h filereader.h gl_draw.h
|
||||||
OBJECTS = main.o parser.o print.o filereader.o draw.c
|
OBJECTS = main.o parser.o print.o filereader.o gl_draw.c
|
||||||
INCS = -I.
|
INCS = -I.
|
||||||
|
|
||||||
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)
|
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)
|
||||||
|
2
main.c
2
main.c
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "draw.h"
|
#include "gl_draw.h"
|
||||||
#include "filereader.h"
|
#include "filereader.h"
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user