summaryrefslogtreecommitdiff
path: root/include/d/a/npc/d_a_npc_salbage_robot_fly_base.h
blob: 85b232705817910a0f1de9d16eaefede4a5bb071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef D_A_NPC_SALBAGE_ROBOT_FLY_BASE_H
#define D_A_NPC_SALBAGE_ROBOT_FLY_BASE_H

#include "d/a/npc/d_a_npc.h"

class dAcNpcSalbageRobotFlyBase_c : public dAcNpc_c {
public:
    dAcNpcSalbageRobotFlyBase_c() {}
    virtual ~dAcNpcSalbageRobotFlyBase_c() {}

private:
};

#endif