Go to the source code of this file.
Namespaces | |
namespace | Gosu |
Classes | |
class | Gosu::Graphics |
Serves as the target of all drawing and provides basic drawing functionality. More... | |
Enumerations | |
enum | Gosu::BorderFlags { bfSoft = 0, bfHardLeft = 1, bfHardTop = 2, bfHardRight = 4, bfHardBottom = 8, bfHard = bfHardLeft | bfHardTop | bfHardRight | bfHardBottom } |