diff options
| author | Cerapter <cerap@protonmail.com> | 2018-10-23 16:15:15 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-10-23 16:15:15 +0200 |
| commit | de8badc9a6e74ca29cbc04ab5438d6eed2eb8984 (patch) | |
| tree | eca5e15e0036fbd117be92029c57f039e2b0606f /Attorney_Online_remake.pro | |
| parent | 660daf9922e68eb5f5f6bb00eb3bc51d0c460de7 (diff) | |
Support for case alerts serverside.
- Users can use an ingame button to alert people of cases.
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 9e31fa09..756a25b4 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -50,7 +50,8 @@ SOURCES += main.cpp\ aoevidencedisplay.cpp \ discord_rich_presence.cpp \ aooptionsdialog.cpp \ - chatlogpiece.cpp + chatlogpiece.cpp \ + aocaseannouncerdialog.cpp HEADERS += lobby.h \ aoimage.h \ @@ -84,7 +85,8 @@ HEADERS += lobby.h \ discord-rpc.h \ aooptionsdialog.h \ text_file_functions.h \ - chatlogpiece.h + chatlogpiece.h \ + aocaseannouncerdialog.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 |
