clean_include_logic.patch
| logic_event.cpp (copie de travail) | ||
|---|---|---|
| 21 | 21 |
* MA 02111-1307, USA. |
| 22 | 22 |
*/ |
| 23 | 23 |
|
| 24 |
|
|
| 25 | 24 |
#include "nel/logic/logic_event.h" |
| 26 | 25 |
#include "nel/logic/logic_state_machine.h" |
| 27 |
|
|
| 28 | 26 |
#include "nel/net/service.h" |
| 29 | 27 |
|
| 30 | 28 |
using namespace NLMISC; |
| logic_state_machine.cpp (copie de travail) | ||
|---|---|---|
| 22 | 22 |
* MA 02111-1307, USA. |
| 23 | 23 |
*/ |
| 24 | 24 |
|
| 25 |
|
|
| 26 | 25 |
#include "nel/logic/logic_state_machine.h" |
| 27 |
|
|
| 28 | 26 |
#include "nel/net/service.h" |
| 29 | 27 |
|
| 30 | 28 |
using namespace std; |
| logic_variable.cpp (copie de travail) | ||
|---|---|---|
| 21 | 21 |
* MA 02111-1307, USA. |
| 22 | 22 |
*/ |
| 23 | 23 |
|
| 24 |
|
|
| 25 | 24 |
#include "nel/logic/logic_state_machine.h" |
| 26 | 25 |
#include "nel/logic/logic_variable.h" |
| 27 | 26 |
|
| 28 | 27 |
using namespace std; |
| 29 | 28 |
using namespace NLMISC; |
| 30 | 29 |
|
| 31 |
|
|
| 32 | 30 |
namespace NLLOGIC |
| 33 | 31 |
{
|
| 34 | 32 |
|
| logic_condition.cpp (copie de travail) | ||
|---|---|---|
| 21 | 21 |
* MA 02111-1307, USA. |
| 22 | 22 |
*/ |
| 23 | 23 |
|
| 24 |
|
|
| 25 |
#include "nel/misc/o_xml.h" |
|
| 26 |
|
|
| 27 | 24 |
#include "nel/logic/logic_condition.h" |
| 28 |
#include "nel/logic/logic_variable.h" |
|
| 29 | 25 |
#include "nel/logic/logic_state_machine.h" |
| 26 |
#include "nel/logic/logic_variable.h" |
|
| 27 |
#include "nel/misc/o_xml.h" |
|
| 30 | 28 |
|
| 31 | 29 |
using namespace NLMISC; |
| 32 | 30 |
using namespace std; |
| logic_state.cpp (copie de travail) | ||
|---|---|---|
| 21 | 21 |
* MA 02111-1307, USA. |
| 22 | 22 |
*/ |
| 23 | 23 |
|
| 24 |
|
|
| 25 | 24 |
#include "nel/logic/logic_state.h" |
| 26 | 25 |
#include "nel/logic/logic_state_machine.h" |
| 27 | 26 |
|
| 28 |
|
|
| 29 | 27 |
using namespace std; |
| 30 | 28 |
using namespace NLMISC; |
| 31 | 29 |
using namespace NLNET; |