Using callbacks in a include
#4

But I saw enough includes (dunno which anymore) who does what I want.
Код:
//ChocolateInclude
public OnGameModeInit()
{
  //Code
}
#if defined ALS_OnGameModeInit
  undef OnGameModeInit
//or something, with a little more script. It was a bit like this, I thought.
Код:
//GameMode
#include <ChocolateInclude>

public OnGameModeInit()
{
  //script
}
Without any errors, warnings or problems.
Reply


Messages In This Thread
Using callbacks in a include - by Remi-X - 29.11.2009, 11:26
Re: Using callbacks in a include - by saiberfun - 29.11.2009, 11:28
Re: Using callbacks in a include - by Luka P. - 29.11.2009, 11:29
Re: Using callbacks in a include - by Remi-X - 29.11.2009, 11:32
Re: Using callbacks in a include - by Zeex - 29.11.2009, 11:38
Re: Using callbacks in a include - by Luka P. - 29.11.2009, 11:44
Re: Using callbacks in a include - by Remi-X - 29.11.2009, 11:48
Re: Using callbacks in a include - by dice7 - 29.11.2009, 11:54
Re: Using callbacks in a include - by Remi-X - 29.11.2009, 11:59

Forum Jump:


Users browsing this thread: 3 Guest(s)