forked from Tr0n/client
Solution refactoring and restructuring, removed Boost dependency, removed unused tools
This commit is contained in:
17
src/EterPythonLib/StdAfx.h
Normal file
17
src/EterPythonLib/StdAfx.h
Normal file
@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
#include "../EterLib/StdAfx.h"
|
||||
#include "../ScriptLib/StdAfx.h"
|
||||
|
||||
#include "PythonGraphic.h"
|
||||
#include "PythonWindowManager.h"
|
||||
|
||||
void initgrp();
|
||||
void initgrpImage();
|
||||
void initgrpText();
|
||||
void initgrpThing();
|
||||
void initscriptWindow();
|
||||
void initwndMgr();
|
Reference in New Issue
Block a user