Skip to content

Commit

Permalink
GRAPICS: Add a LightManager
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Dec 25, 2012
1 parent b8ec5d7 commit 985fe15
Show file tree
Hide file tree
Showing 4 changed files with 619 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphics/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ noinst_LTLIBRARIES = libgraphics.la
noinst_HEADERS = types.h \
util.h \
graphics.h \
lightman.h \
fpscounter.h \
cursor.h \
queueman.h \
Expand All @@ -22,6 +23,7 @@ noinst_HEADERS = types.h \
ttf.h

libgraphics_la_SOURCES = graphics.cpp \
lightman.cpp \
fpscounter.cpp \
cursor.cpp \
queueman.cpp \
Expand Down

0 comments on commit 985fe15

Please sign in to comment.