Author Topic: update wk41  (Read 6719 times)

bas

  • Full Member
  • ***
  • Posts: 220
    • View Profile
update wk41
« 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.
« Last Edit: October 13, 2013, 04:42:54 PM by bas »