diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 02:30:33 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 02:30:33 +0300 |
| commit | cced6aaf8db60e4a28e290f4ca235661037193aa (patch) | |
| tree | 8aab72e6cddbc9f6e1f11fc1eec1d4d937165cb4 /src/CMakeLists.txt | |
| parent | a23f6a1548147102a3ddbe044b27c02eaaae059d (diff) | |
| download | dragonfireclient-cced6aaf8db60e4a28e290f4ca235661037193aa.tar.xz | |
separated inventory-related game content to content_inventory.{h,cpp}
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3ee49f327..64e63e272 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -50,6 +50,7 @@ configure_file( ) set(common_SRCS + content_inventory.cpp content_nodemeta.cpp content_craft.cpp content_mapblock.cpp |
