20.08.2011, 03:01
Im making an include, how do i use "class" ?
Its the same as C++ ?
Example :
then where i included i can use like: CMD.ETC();
for example ?
Its the same as C++ ?
Example :
Code:
#if defined _MCMD_included
#endinput
#endif
#define _MCMD_included
class CMD {
public:
// etc.
private:
// etc.
} CMD;
for example ?

