WSF
src
wsf_plugins
wsf_brawler
source
WsfBrawler.hpp
Go to the documentation of this file.
1
// ****************************************************************************
2
// CUI//REL TO USA ONLY
3
//
4
// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5
//
6
// Copyright 2003-2015 The Boeing Company. All rights reserved.
7
//
8
// The use, dissemination or disclosure of data in this file is subject to
9
// limitation or restriction. See accompanying README and LICENSE for details.
10
// ****************************************************************************
11
12
#ifndef WSFBRAWLER_HPP
13
#define WSFBRAWLER_HPP
14
15
#include "wsf_brawler_export.h"
16
17
#include "
WsfScenarioExtension.hpp
"
18
22
class
WSF_BRAWLER_EXPORT
WsfBrawler
:
public
WsfScenarioExtension
23
{
24
public
:
27
void
AddedToScenario
()
override
;
28
};
29
30
#endif
WsfScenarioExtension.hpp
WsfBrawler
Definition
WsfBrawler.hpp:23
WsfScenarioExtension::WsfScenarioExtension
WsfScenarioExtension()
Definition
WsfScenarioExtension.cpp:21
WsfScenarioExtension::AddedToScenario
virtual void AddedToScenario()
Definition
WsfScenarioExtension.cpp:50
Copyrights Multiple, All Rights Reserved