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.)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.