/* (PD) 2001 The Bitzi Corporation * Please see file COPYING or http://bitzi.com/publicdomain * for more info. * * $Id: browser.h,v 1.1 2001/02/28 23:29:53 mayhemchaos Exp $ */ #ifndef BROWSER_H #define BROWSER_H #include "bitcollider.h" b_bool launch_browser(const char* url, BrowserEnum browser); #endif