mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
14 lines
227 B
C
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. */
|
|
|