polserver/pol-core/bscript/StdAfx.h
2018-12-30 18:49:57 +01:00

22 lines
395 B
C

/** @file
*
* @par History
*
* @note stdafx.h : include file for standard system include files,
* or project specific include files that are used frequently, but
* are changed infrequently
*/
#if !defined( _BSCRIPT_STDAFX_H )
#define _BSCRIPT_STDAFX_H
// include default pch
#include "../clib/StdAfx.h"
#include "bobject.h"
#include "token.h"
#include "tokens.h"
#endif