16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 02:29:17 +02:00

python interpreter refactored to a task queue

This commit is contained in:
tmj-fstate
2018-09-28 19:16:41 +02:00
parent 308bea337d
commit 7c60829f54
10 changed files with 485 additions and 670 deletions

View File

@@ -103,6 +103,8 @@
#include <glm/gtx/rotate_vector.hpp>
#include <glm/gtx/norm.hpp>
int const null_handle = 0;
#include "openglmatrixstack.h"
#include "openglcolor.h"