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

tmj merge

This commit is contained in:
milek7
2017-10-30 16:30:04 +01:00
73 changed files with 9521 additions and 7735 deletions

View File

@@ -13,6 +13,7 @@
#include <glm/glm.hpp>
#include "dumb3d.h"
#include "parser.h"
#include "Names.h"
class load_error : public std::runtime_error
{
@@ -70,6 +71,7 @@ public:
virtual ~sound();
glm::vec3 location(); //get position
virtual bool is_playing() = 0;
virtual void play() = 0;