Skip to content

Commit

Permalink
wm
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteCorum committed Sep 21, 2024
1 parent 028ad97 commit 024d7cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion DragonBurn/Core/Cheats.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#include <string>
//
//______ ______
//| _ \ | ___ \
//| | | |_ __ __ _ __ _ ___ _ __ | |_/ /_ _ _ __ _ __
//| | | | '__/ _` |/ _` |/ _ \| '_ \| ___ \ | | | '__| '_ \
//| |/ /| | | (_| | (_| | (_) | | | | |_/ / |_| | | | | | |
//|___/ |_| \__,_|\__, |\___/|_| |_\____/ \__,_|_| |_| |_|
// __/ |
// |___/
//https://github.com/ByteCorum/DragonBurn

#include <string>
#include <thread>
#include <future>
#include <iostream>
Expand Down
13 changes: 12 additions & 1 deletion DragonBurn/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#include "Core/Cheats.h"
//
//______ ______
//| _ \ | ___ \
//| | | |_ __ __ _ __ _ ___ _ __ | |_/ /_ _ _ __ _ __
//| | | | '__/ _` |/ _` |/ _ \| '_ \| ___ \ | | | '__| '_ \
//| |/ /| | | (_| | (_| | (_) | | | | |_/ / |_| | | | | | |
//|___/ |_| \__,_|\__, |\___/|_| |_\____/ \__,_|_| |_| |_|
// __/ |
// |___/
//https://github.com/ByteCorum/DragonBurn

#include "Core/Cheats.h"
#include "Offsets/Offsets.h"
#include "Resources/Language.hpp"
#include "Core/Init.h"
Expand Down

0 comments on commit 024d7cd

Please sign in to comment.