10.12.2009, 21:17
Basically the include file is causing the line below it to give a loose indentation warning
Does it matter if I put the classes include under this, or in my Include handler?
Does it matter if I put the classes include under this, or in my Include handler?
pawn Код:
public OnGameModeInit()
{
#include "inc/classes.V"
SetGameModeText("PRJ.V - 0.00");
return 1;
}