hey guys I am writing a C program that has a simple .c file with a main function and I link a .a file I created from another .c file. I have written another .c file that I want the other .c file I am converting into a .a file to use. Can I just create the .a file for monster.c then think it to mapinit.c and then turn mapinit.c into a .a or should I put both files into the same .a file. I am not sure how in relation then they would interact with each other.