Skip to content

Commit

Permalink
Code refactoring and adding text formatting functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
cokkeijigen committed Aug 17, 2023
1 parent c336c9c commit eaf242b
Show file tree
Hide file tree
Showing 18 changed files with 2,494 additions and 1,081 deletions.
24 changes: 12 additions & 12 deletions MesRepacker/Includes.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#pragma once
#define _CRT_SECURE_NO_WARNINGS

// system libray
#include <Windows.h>
#include <iostream>
#include <algorithm>
#include <filesystem>
#include <string>
#include <vector>
#include <map>
#include <string>
#include <sstream>
#include <fstream>
#include <filesystem>
#include "StringHelper.h"
#include "TextMapHelper.h"
#include "ReadBuffer.h"
#include "WriteBuffer.h"
#include "MesConf.h"
#include "MesHelper.h"

// created header file
#include "file_helper.h"
#include "string_hepler.h"
#include "charset_helper.h"
#include "configuration.h"
#include "mes_helper.h"
#include "file_loader.h"
118 changes: 0 additions & 118 deletions MesRepacker/MainStart.cpp

This file was deleted.

Loading

0 comments on commit eaf242b

Please sign in to comment.