Thread: Tribute System?
View Single Post
  #2  
Old 05-18-2004, 09:24 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Re: Tribute System?

Quote:
Originally Posted by Swampdog
Doing a search of tribute in the code I ran across a function that had void in front of it which I interpreted as making the system ignore it.
In C/C++ void just indicates that the function doesn't return a value.
Reply With Quote