Project

General

Profile

Revision 351

created libs.h

View differences:

chat.c
8 8
#include "proj_func.h"
9 9
#include "ent.h"
10 10
#include "interrupts_func.h"
11
#include "graph.h"
12
#include "rectangle.h"
13
#include "hltp.h"
11
#include "libs.h"
14 12
#include "makecode_map.h"
15
#include "errors.h"
16 13
#include <math.h>
17 14

  
15
#include "hltp.h"
16

  
18 17
#define CHAT_MAX_SIZE   75
19 18
#define CHAT_MAX_NUM    19
20 19
static text_t      *t_text[CHAT_MAX_NUM] = {NULL};

Also available in: Unified diff