diff options
Diffstat (limited to 'src/map/pga/module.make')
-rw-r--r-- | src/map/pga/module.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/pga/module.make b/src/map/pga/module.make new file mode 100644 index 00000000..2a45327e --- /dev/null +++ b/src/map/pga/module.make @@ -0,0 +1,4 @@ +SRC += src/map/pga/pgaCore.c \ + src/map/pga/pgaMan.c \ + src/map/pga/pgaMatch.c \ + src/map/pga/pgaUtil.c |