diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-08 21:48:00 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-08 21:48:00 +0200 |
| commit | 913939835a9b7bc141756b70e14880b02a46a791 (patch) | |
| tree | bc2a420fb7f766932dd14c9fd5973fe9a939bef8 /Attorney_Online_remake.pro | |
| parent | c85244e38c5444a37d926e1d6284f6bea43341be (diff) | |
Added a settings menu.
- Cannot be called yet ingame.
- Allows the setting of all `config.ini` variables.
- Allows the setting of callwords.
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index cc9579a4..b1a7d9ca 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -48,7 +48,8 @@ SOURCES += main.cpp\ aolineedit.cpp \ aotextedit.cpp \ aoevidencedisplay.cpp \ - discord_rich_presence.cpp + discord_rich_presence.cpp \ + aooptionsdialog.cpp HEADERS += lobby.h \ aoimage.h \ @@ -79,7 +80,8 @@ HEADERS += lobby.h \ aotextedit.h \ aoevidencedisplay.h \ discord_rich_presence.h \ - discord-rpc.h + discord-rpc.h \ + aooptionsdialog.h # 1. You need to get BASS and put the x86 bass DLL/headers in the project root folder # AND the compilation output folder. If you want a static link, you'll probably |
