2
0
Fork 0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-08-24 23:19:33 +03:00

Fixed error on compile that svn_version.h could not be found in moduleconfig.h

This commit is contained in:
Zor 2007-04-15 10:26:55 +00:00
commit 8dc310f1bb

View file

@ -3,7 +3,7 @@
#ifndef __MODULECONFIG_H__
#define __MODULECONFIG_H__
#include "svn_version.h"
#include "../svn_version.h"
// Module info
#define MODULE_NAME "DoDX"