Ability.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <ivorium.hpp>
4 
5 namespace comp
6 {
7 
19 class Ability
20 {
21 public:
23  Ability( iv::Instance * inst );
24  iv::Instance * instance() const;
25 
28 };
29 
30 }