⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nebu_types.h

📁 小游戏 linux very happy
💻 H
字号:
#ifndef NEBU_BASIC_TYPES_H#define NEBU_BASIC_TYPES_Htypedef struct List List;struct List {  void *data;  List* next;};typedef struct {  unsigned int current;  unsigned int lastFrame;  unsigned int offset; /* from SystemGetElapsedTime() */  unsigned int dt; /* current - lastFrame */  /* float timeScale; */} SystemTime;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -