From e02ec068629bf1ce5c534432ae40479337cedfc4 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 29 Apr 2001 12:56:41 +0000 Subject: config file handling added --- mixgtk/mixgtk.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mixgtk/mixgtk.h') diff --git a/mixgtk/mixgtk.h b/mixgtk/mixgtk.h index d92dda8..c77433f 100644 --- a/mixgtk/mixgtk.h +++ b/mixgtk/mixgtk.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mixgtk.h : * Gmixvm initialisation and cleanup functions * ------------------------------------------------------------------ - * Last change: Time-stamp: <2001-04-28 22:32:58 jao> + * Last change: Time-stamp: <2001-04-29 12:06:48 jao> * ------------------------------------------------------------------ * Copyright (C) 2001 Free Software Foundation, Inc. * @@ -25,8 +25,12 @@ #ifndef MIXGTK_H #define MIXGTK_H +#include #include +/* the app files directory */ +#define MIXGTK_FILES_DIR ".gmixvm" + /* initialise the app */ extern gboolean mixgtk_init (int argc, char *argv[]); -- cgit v1.2.3