mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-14 10:12:59 +02:00
13 lines
109 B
C++
13 lines
109 B
C++
#pragma once
|
|
|
|
#include "../VCAI.h"
|
|
|
|
class Behavior
|
|
{
|
|
|
|
};
|
|
|
|
class CaptureObjectBehavior : public Behavior
|
|
{
|
|
|
|
}; |