// -------------------------------------------------------------------------- // // Copyright (c) 2003 Thomas D. Marsh. All rights reserved. // // "SSC" is free software; you can redistribute it // and/or use it and/or modify it under the terms of // the "GNU General Public License" (GPL). // // -------------------------------------------------------------------------- #include "screen.h" Coord2 Screen::mDisplay, Screen::mGameArea; double Screen::fov, Screen::zn, Screen::zf;