SimulationState_Button.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "SimulationState.hpp"
4 #include <ivorium.hpp>
5 
6 namespace comp
7 {
8 
13 {
14 public:
17 
19  virtual void ColorsChanged( iv::float4 surface, iv::float4 on_surface ) override;
20 
21 public:
26 
29 };
30 
31 }