WELCOME TO A WEBSITE
Ctrl + Alt + Delight
Add a list of variable types and names, in any order, to the intput box below, then click "Generate"
You can copy and paste the output into their respective files, or download the files directly
Some special lines you can use:
Use returnType methodName() to create a blank method with a return type
Use #include to add an include to the auto-generated header file, also works with #include "file"
Semicolons (;) will be removed automatically
Example input:
#include "exampleInclude.h"
float x
float y
float z
void doSomething()
float doSomethingElse()