Skip to content

Commit

Permalink
KOTOR: Add back modules and areas with doors and placeables
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 29, 2014
1 parent ebf4824 commit c7e83d8
Show file tree
Hide file tree
Showing 17 changed files with 2,531 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/engines/kotor/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,24 @@ include $(top_srcdir)/Makefile.common
noinst_LTLIBRARIES = libkotor.la

noinst_HEADERS = \
types.h \
kotor.h \
model.h \
area.h \
module.h \
object.h \
situated.h \
door.h \
placeable.h \
$(EMPTY)

libkotor_la_SOURCES = \
kotor.cpp \
model.cpp \
area.cpp \
module.cpp \
object.cpp \
situated.cpp \
door.cpp \
placeable.cpp \
$(EMPTY)

0 comments on commit c7e83d8

Please sign in to comment.