mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
22 lines
395 B
C
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
|