#include "backend.h" #include namespace backend { // uint64_t get_time_ms() { // using namespace std::chrono; // return duration_cast( // steady_clock::now().time_since_epoch() // ).count(); // } void exit() { current_state = quitting; } }