Overte C++ Documentation
CrashAnnotations.h
1 //
2 // CrashAnnotations.h
3 // libraries/shared/src
4 //
5 // Created by Clement Brisset on 9/26/19.
6 // Copyright 2019 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #ifndef hifi_CrashAnnotations_h
13 #define hifi_CrashAnnotations_h
14 
15 namespace crash {
16 namespace annotations {
17 
18 void setShutdownState(bool isShuttingDown);
19 
20 };
21 };
22 
23 #endif // hifi_CrashAnnotations_h