-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstantes.h
More file actions
56 lines (50 loc) · 1.28 KB
/
constantes.h
File metadata and controls
56 lines (50 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#define JANELABOTOES 1
#define HOSPEDES 2
#define CONTRATOS 3
#define MENU 4
#define CADASTRAR_HOSPEDES 5
#define PESQUISAR_HOSPEDES 6
#define EDITAR_HOSPEDES 7
#define VAGAS 8
#define CADASTRAR 9
#define PESQUISAR 10
#define VOLTAR_MENU_HOSPEDES 11
#define PESQUISAR_EDIT 12
#define BOTAO_EDITAR_HOSPEDES 13
#define VOLTAR_MENU_GERAL 14
#define RADIO 15
#define CHECKIN 16
#define CHECKOUT 17
#define SERVICOS 18
#define PESQUISAR_CONTRATOS 19
#define PROCURAR_CHECK_IN 20
#define ABRIR_CONTRATO 21
#define VOLTAR_MENUS_CONTRATO 22
#define MOSTRAR_CONTRATOS_ABERTOS 23
#define MOSTRAR_CONTRATOS_FECHADOS 24
#define PESQUISA_CONTRACT_ABERTO 25
#define PESQUISA_CONTRACT_FECHADO 26
#define MENU_CONTRATO_ABERTO_FECHADO 27
#define ABRIR_SERVICOS 28
#define CARRO 29
#define BABA 30
#define RESTAURANTE 31
#define ADICIONAR_CARRO 32
#define ADICIONAR_BABA 33
#define PROCURAR_NOTA 34
#define PAGAR 35
#define CONCLUIR_PAGAMENTO 36
#define ADICIONAR_RESTAURANTE 37
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <string.h>
#include "Hotel.h"
#include "Hospede.h"
#include "BabySitter.h"
#include "CarroExecutivo.h"
#include "CarroLuxo.h"
#include "Testes.h"
#include "File.h"
#include "FuncoesGrafica.h"
#include "Contrato.h"