Lite-C is not object-oriented. This means there are no classes but only structs. They are similiar to classes, but they can only hold data (like width and height), but no functions/methods. There is no private/protected/public and structs can't be derived from other structs.

http://manual.conitec.net/structs.htm