Dev. Question

Dev. Question

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
Sheekel
Posts: 1391
Joined: 19 Apr 2005, 19:23

Dev. Question

Post by Sheekel »

YES OMG I FINALLY GOT VS .NET 2003 AND SPRING COMPILES!!! YEAHHHH!!!!! :-) :-) :-) :-) :-)

So my question is, which files are actually used from the rts folder. The ".h" or the ".cpp"?

:-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-)
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

Both, cpp files contain the actual code, and the h files ("header" files) contain things such as class definitions.
These definitions are included in the cpp files by the #include <file> directive.
Post Reply

Return to “Engine”