diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-12-06 15:49:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-06 15:49:27 -0700 |
| commit | d42bca5bc0043337f8de72ea72544ebabc505f8b (patch) | |
| tree | 8964f861addcc8b9a8693bafc88658980ca26d65 /src/downloadlist.h | |
| parent | 5327974825ec3860e871b414ea0eb184134e51a1 (diff) | |
| parent | 2c5603092af9cdce1748870176c5f4cd49a87b8d (diff) | |
Merge pull request #925 from LostDragonist/Develop
Add source game column to the download list
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h index 51ab4541..eb2bbc55 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -43,6 +43,7 @@ public: COL_MODNAME,
COL_VERSION,
COL_ID,
+ COL_SOURCEGAME,
// number of columns
COL_COUNT
|
