diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-15 20:43:14 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-15 20:43:14 +0100 |
| commit | f42417f9e287c772a14a9a637ebe3b06d6ef41f0 (patch) | |
| tree | 3fac3ee5696012eed0169421bbd779eb1ce371b4 /Attorney_Online_remake.pro | |
| parent | ee0b796ff8841bfbaf1d414af76f32a328e2adc3 (diff) | |
added the courtroom class
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 f8a203fa..1f2af983 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -27,7 +27,8 @@ SOURCES += main.cpp\ aopacket.cpp \ packet_distribution.cpp \ hex_functions.cpp \ - encryption_functions.cpp + encryption_functions.cpp \ + courtroom.cpp HEADERS += lobby.h \ text_file_functions.h \ @@ -42,4 +43,5 @@ HEADERS += lobby.h \ datatypes.h \ aopacket.h \ hex_functions.h \ - encryption_functions.h + encryption_functions.h \ + courtroom.h |
