issues
search
JupiterBroadcasting
/
CasterSoundboard
A soundboard for hot-keying and playing back sounds. (For podcasting)
GNU Lesser General Public License v3.0
146
stars
17
forks
source link
Use Initializer lists in CasterBoard
#52
Closed
qschwagle
closed
7 years ago
qschwagle
commented
7 years ago
Set the version of C++ to C++11. Needed for initialization lists.
Modified initialization of int_to_player_key and keyboard_key_to_player_key to use initializer list. Looked a little better over the series of insert calls.