00001 #ifndef __BCAUX__H 00002 #define __BCAUX__H 00003 00015 /* 00016 * Copyright (C) 2009, Daniel Kollar and Kevin Kroeninger. 00017 * All rights reserved. 00018 * 00019 * For the licensing terms see doc/COPYING. 00020 */ 00021 00022 // --------------------------------------------------------- 00023 00024 namespace BCAux 00025 { 00026 00029 void SetStyle(); 00030 00031 }; 00032 00033 // --------------------------------------------------------- 00034 00035 #endif 00036