normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+2 -6
View File
@@ -1,9 +1,8 @@
#ifndef _MISC_H
#pragma once
#define _MISC_H
#include <map>
#include <stdio.h>
#include <string>
#include <map>
#define ITEMFIELDCOUNT 116
@@ -28,6 +27,3 @@ int EQsprintf(char *buffer, const char *pattern, const char *arg1, const char *a
std::string generate_key(int length);
void build_hex_line(const char *buffer, unsigned long length, unsigned long offset, char *out_buffer, unsigned char padding=4);
void print_hex(const char *buffer, unsigned long length);
#endif