I have made a class but the problem is I want to create the class in global space (not inside main) but I can't do it like:

ClassName test(hwnd);

Because I don't even know what hwnd is yet. So how would I declare it in global space but still be able to do the code above, if you get what I mean?