Help with include
#6

That doesn't matter, they still have the same name "map.inc". To fix this, there are two steps.
1. Drop the .inc from your #include, like so: #include "path\map"
2. On top of each map.inc file, add this:
pawn Код:
#if defined _inc_map
    #undef _inc_map
#endif
Reply


Messages In This Thread
Help with include - by hoonz - 28.08.2017, 16:03
Re: Help with include - by Bingo - 28.08.2017, 16:07
Re: Help with include - by hoonz - 28.08.2017, 16:10
Re: Help with include - by Misiur - 28.08.2017, 16:21
Re: Help with include - by hoonz - 28.08.2017, 16:31
Re: Help with include - by Misiur - 28.08.2017, 16:33
Re: Help with include - by hoonz - 28.08.2017, 16:36
Re: Help with include - by Misiur - 28.08.2017, 16:40
Re: Help with include - by Vince - 28.08.2017, 17:45

Forum Jump:


Users browsing this thread: