Serious-Engine/Sources/Engine/Build.h
2016-03-11 15:57:17 +02:00

14 lines
227 B
C

/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#ifndef SE_INCL_BUILD_H
#define SE_INCL_BUILD_H
#ifdef PRAGMA_ONCE
#pragma once
#endif
#include <Engine/CurrentVersion.h>
#endif /* include-once check. */