GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
logo.hpp
Go to the documentation of this file.
1 // Copyright (c) 2010-2022, Lawrence Livermore National Security, LLC. Produced
2 // at the Lawrence Livermore National Laboratory. All Rights reserved. See files
3 // LICENSE and NOTICE for details. LLNL-CODE-443271.
4 //
5 // This file is part of the GLVis visualization tool and library. For more
6 // information and source code availability see https://glvis.org.
7 //
8 // GLVis is free software; you can redistribute it and/or modify it under the
9 // terms of the BSD-3 license. We welcome feedback and contributions, see file
10 // CONTRIBUTING.md for details.
11 
12 #ifndef GLVIS_LOGO_HPP
13 #define GLVIS_LOGO_HPP
14 
15 #ifdef GLVIS_USE_LOGO
16 
17 extern unsigned char logo_rgba[];
18 extern unsigned int logo_rgba_len;
19 
20 #endif // GLVIS_USE_LOGO
21 
22 #endif //__LOGO_HPP__
unsigned char logo_rgba[]
unsigned int logo_rgba_len