#ifndef _HAVE_CLTR_CORE_H #define _HAVE_CLTR_CORE_H #include "cltr.h" int cltr_init(int *argc, char ***argv); int cltr_display_height(void); int cltr_display_width(void); #endif