Christoph Oelckers
|
c3a381ed92
|
- moved most of the console code to 'common'.
The main console.cpp file cannot be done yet, but the rest is ready to go.
|
2020-04-11 20:19:51 +02:00 |
|
Christoph Oelckers
|
8dacdf2951
|
- use an array to store the buttons.
This puts a lot less knowledge about the game's features into the low level code.
|
2020-04-11 20:19:50 +02:00 |
|
Christoph Oelckers
|
603ad755ab
|
- separated the button code from c_dispatch.
Two separate features justify two separate files.
|
2020-04-11 20:19:24 +02:00 |
|