gameServer2/src/server/mod.rs
author Wuzzy <almikes@aol.com>
Thu, 12 Oct 2017 20:17:00 +0200
changeset 12698 f2690a0ccf19
parent 12143 7e874846afe3
child 13119 1e39b8749072
permissions -rw-r--r--
QTfrontend: Fix flickering and bad offset of control config popup If you opened the pop-up to change a key, there was a very short flicker at the left side and the pop-up had a bad offset which sometimes caused entries to be out of screen bounds.

pub mod server;
pub mod client;
pub mod coretypes;
mod actions;
mod handlers;