/* FILE: main.h * * Project TBrowser * * Creator Chris B. Vetter * Maintainer Chris B. Vetter * Creation Date Mon Sep 11 14:56:01 CEST 2006 * * Copyright (c) 2006 * * TBrowser is free software under the terms of a dual BSD/LGPL license. * For a full copyright description, see the COPYRIGHT file. * ***************************************************************************/ #ifndef _MAIN_H_ #define _MAIN_H_ 1 /***************************************************************************/ // // Include // // // Define // #ifndef TRUE # define TRUE (BOOL) 1 #endif #ifndef FALSE # define FALSE (BOOL)0 #endif // // Typedef // // // Public // // // Prototype // /***************************************************************************/ #endif