/* FILE: main.h * * Project TChat * * Creator Chris B. Vetter * Maintainer Chris B. Vetter * Creation Date Mon Sep 11 15:17:32 CEST 2006 * * Copyright (c) 2006 * * TChat 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 #define CURRENTRUNLOOP [NSRunLoop currentRunLoop] // // Typedef // // // Public // // // Prototype // /***************************************************************************/ #endif