#1

Im making an include, how do i use "class" ?
Its the same as C++ ?
Example :

Code:
#if defined _MCMD_included
    #endinput
#endif
#define _MCMD_included

class CMD {
public:
 // etc.
 
private:
 // etc.

} CMD;
then where i included i can use like: CMD.ETC();
for example ?
Reply
#2

The syntax of PAWN is very different to C++

You cannot use classes in this case but yes, you can use includes.
Reply
#3

So i cant use classes in my includes or anything?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)