You are browsing as a guest. Sign up (or log in) to start making projects!

4h 21m 30s logged

Finished core

Added core OOP system into engine project:

  • member_t: member variables container.
  • method_t: member methods container.
  • class_t: class structure that resembles a type, contains static/class members and methods.
  • object_t: object instance that belongs to a class, contains instance members and methods.

Alongside functions to use the data types safely.

(usage shown in the attached image.)

0
97

Comments 0

No comments yet. Be the first!