gwnavgeneration/input/inputproducerfromclientinput.h Source File

inputproducerfromclientinput.h
Go to the documentation of this file.
1 /*
2 * Copyright 2015 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 
8 // primary contact: LASI - secondary contact: NOBODY
9 #ifndef GwNavGen_InputProducerFromClientInput_H
10 #define GwNavGen_InputProducerFromClientInput_H
11 
13 
14 namespace Kaim
15 {
16 
17 class ClientInputConsumer;
18 
19 class InputProducerFromClientInput
20 {
21 public:
22  static KyResult Produce(const char* clientInputAbsoluteFileName, ClientInputConsumer& inputConsumer);
23 };
24 
25 }
26 
27 
28 #endif // GwNavGen_PdgInputProducerFromClientInput_H
29 
KyInt32 KyResult
Defines a type that can be returned by methods or functions in the Gameware Navigation SDK to indicat...
Definition: types.h:254
Definition: gamekitcrowddispersion.h:20