File indexing completed on 2024-06-23 04:34:36

0001 /*
0002  * This is just a test.
0003  * You may do with it as you please.
0004  */
0005 
0006 #include "classname.h"
0007 
0008 void ClassName::doSomething(double howMuch, bool doSomethingElse)
0009 {
0010     
0011 }
0012 
0013 int ClassName::getSomeOtherNumber()
0014 {
0015     
0016 }