代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.h
#ifndef GBAEMU_INTERFACE
#define GBAEMU_INTERFACE
typedef unsigned char byte;
typedef unsigned short hword;
typedef unsigned long word;
typedef unsigned char u8;
typedef unsigned short u1
interface.c
#include
#include
#include
#include "interface.h"
#include "gbaemu.h"
u32 get_arm_gpreg (u32 i)
{
return arm->gp_reg [i];
}
void set_ar
interface.cpp
/*
* public/ann/interface.c
* 2004-05-03 by ShanLanshan
*
* Implement ann lib interface
*/
#include "public/ann/interface.h"
namespace ann {
IAnnVector::~IAnnVector(){}
IAnnVectorC
interface.h
#ifndef _PUBLIC_ANN_INTERFACE_H
#define _PUBLIC_ANN_INTERFACE_H
/*
* public/ann/interface.h
* 2004-04-24 by ShanLanshan
*
* Define ann lib interface
*/
#include "public/ann/annbase.h"
interface.ini
//图形按钮属性
[IMFLATBUTTON]
//正常背景颜色
COLOR_BK_OUT=15982795
//鼠标移过背景颜色
COLOR_BK_IN=16252927
//鼠标按下背景颜色
COLOR_BK_DOWN=15791103
//正常文字颜色
FontColor=0
//鼠标移过文字颜色
MoveinFontColor=255
//不可用文字颜色
Disa
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef __cplusplus
extern "C" {
#endif
GtkWidget* create_window (void);
GtkWidget* create_fileselection (void);
#ifdef __cplusplus
}
#end
interface.c
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include
#include
#include
#include
#include
#include
#in
interface.h
void norm(char *mesg){
usleep(10000);
printf("~# %s\n", mesg);
usleep(10000);
}
void fail(char *mesg){
usleep(10000);
printf("%! %s\n", mesg);
usleep(10000);
}