Added Math Class
Added Rainbow Line Visual Added Delta-Timing to Visuals Cleanup Code Structure
This commit is contained in:
parent
238e22caf6
commit
dd06aa3e35
19 changed files with 244 additions and 34 deletions
2
main.cpp
2
main.cpp
|
|
@ -44,7 +44,7 @@ int main(int argc, char **argv) {
|
|||
runner->plugins->setCurrentMode(config.getAsInt("visual_mode", 1));
|
||||
while (shouldRun) {
|
||||
int mode;
|
||||
LOGWN("Enter Visual Mode: %d-%d < 0 = EXIT:\t", 0, 1)
|
||||
LOGWN("Enter Visual Mode: %d-%d < 0 = EXIT:\t", 1, VIZSIZE)
|
||||
std::cin >> mode;
|
||||
if (std::cin.fail()) {
|
||||
ERR("ERROR -- You did not enter an integer")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue