CARLA
LibCarla
source
compiler
enable-ue4-macros.h
Go to the documentation of this file.
1
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
2
// de Barcelona (UAB).
3
//
4
// This work is licensed under the terms of the MIT license.
5
// For a copy, see <https://opensource.org/licenses/MIT>.
6
7
#if defined(_MSC_VER)
8
# pragma warning(pop)
9
# ifdef UpdateResource
10
# undef UpdateResource
11
# endif
12
#endif
13
14
#if defined(__clang__)
15
# pragma clang diagnostic pop
16
#endif
17
18
#pragma pop_macro("check")
19
#pragma pop_macro("TEXT")
20
#pragma pop_macro("PI")
21
22
#undef LIBCARLA_INCLUDED_FROM_UE4
Generated by
1.8.13