#ifndef FLATLINE_PUBLIC_H #define FLATLINE_PUBLIC_H extern bool client_connected; extern bool server_started; extern char player_name[]; #endif