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

📄 packet_db.cpp

📁 This programm is proxy server for ragnarok online game. Also it s can be use as bot. It control all
💻 CPP
字号:
#include "win_and_sock.h"
#include "packet_db.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

struct packet_db packet_db[MAX_PACKET_DB];

int init_packet_db(char * db_filename)
{
    FILE * f;
    char str[255];

    f = fopen(db_filename, "r");
    if(f==NULL)
    {
        // todo: fopen failed
        return 0;
    }
    
    // 麒蜞屐 耱痤觇 羿殡

⌨️ 快捷键说明

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