20 lines
425 B
C
20 lines
425 B
C
#pragma once
|
|
|
|
#ifndef _CRT_SECURE_NO_WARNINGS
|
|
#define _CRT_SECURE_NO_WARNINGS
|
|
#endif
|
|
#include "../UserInterface/Locale_inc.h"
|
|
#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();
|
|
//martysama0134's 2e58d0b8baeb072acdf3afc4a5d1999f
|