Sign in
skia
/
external
/
github.com
/
2d-inc
/
Nima-Cpp
/
88ea0e11a61ff984166442d1d1f774630311c12a
/
.
/
Source
/
ActorInstance.hpp
blob: 802f68b948a44b2b955002a81639c8140718556d [
file
] [
log
] [
blame
]
#ifndef
_NIMA_ACTORINSTANCE_HPP_
#define
_NIMA_ACTORINSTANCE_HPP_
#include
"Actor.hpp"
namespace
nima
{
class
ActorInstance
:
public
Actor
{
public
:
ActorInstance
(
const
Actor
&
actor
);
~
ActorInstance
();
};
}
#endif