How to write header file for static lib?

  • Thread starter Thread starter BataBo Jokviu
  • Start date Start date
B

BataBo Jokviu

Guest
So I've recently made an extensive static link library and that is left to do is add a header file for user to call those methods from the lib.

Now I understand how to do it with methods I just write a methods without stuff in curly brackets.

But what do I do with enums,structs,operators and constants declared outside methods

Continue reading...
 
Back
Top