23 |
|
#pragma comment (lib,"opengl32.lib") |
24 |
|
#pragma comment (lib,"glut.lib") |
25 |
|
#pragma comment (lib,"glut32.lib") |
26 |
+ |
#pragma comment (lib,"Includes/CURL/Lib/libcurl.lib") |
27 |
|
|
28 |
|
#include <hash_map> |
29 |
|
using namespace stdext; |
30 |
|
typedef hash_map<unsigned int, char*, hash_compare<unsigned int, std::less<unsigned int> > > HASH_Map; |
31 |
|
#endif |
32 |
< |
|
32 |
> |
|
33 |
> |
bool SCREENSAVER = false; |
34 |
|
|
35 |
|
HASH_Map test; |
36 |
|
|
52 |
|
#include "Includes/FROG/FROG_ReadCards.h" |
53 |
|
#include "Includes/FROG/FROG_Struct.h" |
54 |
|
#include "Includes/FROG/FROG_Camera.h" |
55 |
+ |
#include "Includes/FROG/FROG_Net.h" |
56 |
|
|
57 |
|
|
58 |
|
int SAVE_WINDOW_W = 800; |
88 |
|
char gSim = 0; |
89 |
|
char gReco = 15; |
90 |
|
|
91 |
< |
unsigned int mCLicked_DetId = 0; |
91 |
> |
unsigned int mCLicked_DetId = (unsigned int) -1; |
92 |
|
bool mDisplayMother = false; |
90 |
– |
int mObj_I = -1; |
91 |
– |
int mColl_I = -1; |
93 |
|
bool mLoading = true; |
94 |
|
int mLoading_I = 0; |
95 |
|
|