C2 forum

General Category => Implementation Details => Topic started by: bas on October 13, 2013, 04:11:11 PM

Title: update wk41
Post by: bas on October 13, 2013, 04:11:11 PM
A short update. The cpp/h files have been move to component subdirs. This makes it easier to show the
depenencies. Changing a components now requires less knowledge about the whole system.

Secondly the builtin types have been renamed.
i8 -> int16
i16 -> int32
..
u8 -> uint8
u32 -> uint32
..
f32 -> float32
f64 -> float64
This improves code readability.