代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/174334/5361904
dsp scripting.dsp
# Microsoft Developer Studio Project File - Name="scripting (sample)" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Wi
www.eeworm.com/read/338901/3312327
h scripting.h
#ifndef SCRIPTING_H
#define SCRIPTING_H
extern void init_c_interface(void);
#endif
www.eeworm.com/read/234952/14091092
h scripting.h
/*
* Roadnav
* Scripting.h
*
* Copyright (c) 2004 - 2007 Richard L. Lynch
*
* This program is free software; you can redistribute it and/or
* modify it unde
www.eeworm.com/read/234952/14091172
cpp scripting.cpp
/*
* Roadnav
* Scripting.cpp
*
* Copyright (c) 2004 - 2007 Richard L. Lynch
*
* This program is free software; you can redistribute it and/or
* modify it un
www.eeworm.com/read/101084/15853002
c scripting.c
#include
#include
#include
#include
#include "scripting.h"
/* Our interpreter. This will be initialized by InitScripting. */
static Tcl_Interp *interp = NULL;
www.eeworm.com/read/101084/15853003
h scripting.h
#ifndef SCRIPTING_H
#define SCRIPTING_H
#include "gamedefs.h"
void InitScripting(void);
void CleanupScripting(void);
int LoadGameScript(char *filename);
int RunGameScript(void);
#endif
www.eeworm.com/read/101084/15853021
c scripting.c
#include
#include
#include
#include
#include "scripting.h"
/* Our interpreter. This will be initialized by InitScripting. */
static Tcl_Interp *interp = NULL;