More changes to the Network module.

--HG--
branch : dev
This commit is contained in:
Martí­n Lucas Golini
2017-02-14 22:36:57 -03:00
parent 0225ccdeea
commit 1f96500802
15 changed files with 103 additions and 97 deletions

View File

@@ -1,5 +1,11 @@
#include <eepp/ee.hpp>
#include <GL/gl.h>
#define GL_STENCIL_TEST 0x0B90
#define GL_EQUAL 0x0202
#define GL_NEVER 0x0200
#define GL_KEEP 0x1E00
#define GL_REPLACE 0x1E01
EE::Window::Window * win = NULL;
float circ = 0, circ2 = 0;
int op = 1;