basic plc implementation

This commit is contained in:
tmj-fstate
2020-06-29 15:27:52 +02:00
parent 0af9e84453
commit 065c490bea
7 changed files with 585 additions and 0 deletions

View File

@@ -45,6 +45,11 @@ struct light_array;
class particle_manager;
struct dictionary_source;
namespace plc {
using element_handle = short;
class basic_controller;
}
namespace scene {
struct node_data;
class basic_node;