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

📄 drivers.h

📁 Libnet is a cross-platform library aimed at game developers. It has an abstract high level API, whic
💻 H
字号:
/*---------------------------------------------------------------- * drivers.h - declarations for driver routines (internal) *---------------------------------------------------------------- *  libnet is (c) Copyright Chad Catlett and George Foot 1997-1998 * *  Please look in `docs' for details, documentation and *  distribution conditions. */#ifndef libnet_included_file_drivers_h#define libnet_included_file_drivers_h#include <libnet.h>int __libnet_internal__drivers_init (void);void __libnet_internal__drivers_exit (void);NET_DRIVER *__libnet_internal__get_driver (int type);int __libnet_internal__get_driver_by_ptr (NET_DRIVER *ptr);#endif

⌨️ 快捷键说明

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