/* Terminality - a portable terminal handling library * Copyright (C) 1998-2002, Emil Mikulic. * This is LGPL - look at COPYING.LIB */ /* Project: Terminality * File: elements.h * Authors: Michal Safranek * Description: Element functions */ /* $Id: elements.h,v 1.4 2002/07/26 01:39:40 darkmoon Exp $ */ #ifndef __ELEMENTS_H__ #define __ELEMENTS_H__ #include "tn.h" #include "list.h" #include "register.h" #ifdef __cplusplus extern "C" { #endif /* Change scheme of all elements */ void elements_change_scheme(void); /* Redraw elements */ void elements_redraw(int cs); #ifdef __cplusplus } #endif #endif