Ported camera module to header-only

This commit is contained in:
Ray
2016-08-10 12:55:54 +02:00
parent a1b6b217e4
commit 289e04a62a
4 changed files with 556 additions and 554 deletions

View File

@ -203,10 +203,6 @@ external/stb_vorbis.o: external/stb_vorbis.c external/stb_vorbis.h
utils.o : utils.c utils.h
$(CC) -c $< $(CFLAGS) $(INCLUDES) -D$(PLATFORM)
# compile camera module
camera.o : camera.c raylib.h
$(CC) -c $< $(CFLAGS) $(INCLUDES)
# It installs generated and needed files to compile projects using raylib.
# The installation works manually.
# TODO: add other platforms.