Restructure repository to include all source folders
Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
24
Server/NFAuthTool/NFAuthServer/Nave/NFStringUtil.h
Normal file
24
Server/NFAuthTool/NFAuthServer/Nave/NFStringUtil.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @file NFStringUtil.h
|
||||
* @brief <09><><EFBFBD>ڿ<EFBFBD> <20><>ƿ<EFBFBD><C6BF>Ƽ <20><><EFBFBD><EFBFBD>
|
||||
* @remarks
|
||||
* @author <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(edith2580@gmail.com)
|
||||
* @date 2009-04-02
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include <tchar.h>
|
||||
#include <stddef.h> // <20><><EFBFBD>ø<EFBFBD> <20><><EFBFBD>̺귯<CCBA><EAB7AF> <20><><EFBFBD><EFBFBD>?
|
||||
#include <conio.h>
|
||||
|
||||
#include "NFStringGenericConversion.h"
|
||||
#include "NFStringGeneral.h"
|
||||
#include "NFStringCompare.h"
|
||||
Reference in New Issue
Block a user