cat_engine_basement 0.0.0-alpha7

The CatEnigne's basement
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod core;
use self::core::GraphicsCore;

pub mod level0;

pub mod level1;

pub mod level2;

pub type ColourComponent=f32;
pub type Colour=[ColourComponent;4];

pub static mut GLCore:GraphicsCore=GraphicsCore::new();