From 2371674072cbbe7ff791b0ffa0e1f2298967ffa4 Mon Sep 17 00:00:00 2001 From: Cheng Date: Thu, 30 Jun 2022 16:55:37 +1000 Subject: [PATCH] moving files to clean up root directory --- rho.ico => docs/rho.ico | Bin wallet.manifest => msvc/wallet.manifest | 0 wallet.rc => msvc/wallet.rc | 0 wallet.vcxproj => msvc/wallet.vcxproj | 0 winConfig.bat => msvc/winConfig.bat | 0 ILog.cpp => src/ILog.cpp | 0 ILog.h => src/ILog.h | 0 ISqlit3Impl.cpp => src/ISqlit3Impl.cpp | 0 ISqlite3.h => src/ISqlite3.h | 0 app.cpp => src/app.cpp | 0 app.h => src/app.h | 0 db_accessors.h => src/db_accessors.h | 0 display_wallet.cpp => src/display_wallet.cpp | 0 display_wallet.h => src/display_wallet.h | 0 frame.cpp => src/frame.cpp | 0 frame.h => src/frame.h | 0 .../introspection_of_standard_C_types.h | 0 localization.cpp => src/localization.cpp | 0 localization.h => src/localization.h | 0 mpir_and_base58.cpp => src/mpir_and_base58.cpp | 0 mpir_and_base58.h => src/mpir_and_base58.h | 0 rho.xpm => src/rho.xpm | 0 ristretto255.cpp => src/ristretto255.cpp | 0 ristretto255.h => src/ristretto255.h | 0 rotime.cpp => src/rotime.cpp | 0 rotime.h => src/rotime.h | 0 secrets.cpp => src/secrets.cpp | 0 secrets.h => src/secrets.h | 0 slash6.cpp => src/slash6.cpp | 0 slash6.h => src/slash6.h | 0 stdafx.cpp => src/stdafx.cpp | 0 stdafx.h => src/stdafx.h | 0 testbed.cpp => src/testbed.cpp | 0 unit_test.cpp => src/unit_test.cpp | 0 .../welcome_to_rhocoin.cpp | 0 welcome_to_rhocoin.h => src/welcome_to_rhocoin.h | 0 36 files changed, 0 insertions(+), 0 deletions(-) rename rho.ico => docs/rho.ico (100%) rename wallet.manifest => msvc/wallet.manifest (100%) rename wallet.rc => msvc/wallet.rc (100%) rename wallet.vcxproj => msvc/wallet.vcxproj (100%) rename winConfig.bat => msvc/winConfig.bat (100%) rename ILog.cpp => src/ILog.cpp (100%) rename ILog.h => src/ILog.h (100%) rename ISqlit3Impl.cpp => src/ISqlit3Impl.cpp (100%) rename ISqlite3.h => src/ISqlite3.h (100%) rename app.cpp => src/app.cpp (100%) rename app.h => src/app.h (100%) rename db_accessors.h => src/db_accessors.h (100%) rename display_wallet.cpp => src/display_wallet.cpp (100%) rename display_wallet.h => src/display_wallet.h (100%) rename frame.cpp => src/frame.cpp (100%) rename frame.h => src/frame.h (100%) rename introspection_of_standard_C_types.h => src/introspection_of_standard_C_types.h (100%) rename localization.cpp => src/localization.cpp (100%) rename localization.h => src/localization.h (100%) rename mpir_and_base58.cpp => src/mpir_and_base58.cpp (100%) rename mpir_and_base58.h => src/mpir_and_base58.h (100%) rename rho.xpm => src/rho.xpm (100%) rename ristretto255.cpp => src/ristretto255.cpp (100%) rename ristretto255.h => src/ristretto255.h (100%) rename rotime.cpp => src/rotime.cpp (100%) rename rotime.h => src/rotime.h (100%) rename secrets.cpp => src/secrets.cpp (100%) rename secrets.h => src/secrets.h (100%) rename slash6.cpp => src/slash6.cpp (100%) rename slash6.h => src/slash6.h (100%) rename stdafx.cpp => src/stdafx.cpp (100%) rename stdafx.h => src/stdafx.h (100%) rename testbed.cpp => src/testbed.cpp (100%) rename unit_test.cpp => src/unit_test.cpp (100%) rename welcome_to_rhocoin.cpp => src/welcome_to_rhocoin.cpp (100%) rename welcome_to_rhocoin.h => src/welcome_to_rhocoin.h (100%) diff --git a/rho.ico b/docs/rho.ico similarity index 100% rename from rho.ico rename to docs/rho.ico diff --git a/wallet.manifest b/msvc/wallet.manifest similarity index 100% rename from wallet.manifest rename to msvc/wallet.manifest diff --git a/wallet.rc b/msvc/wallet.rc similarity index 100% rename from wallet.rc rename to msvc/wallet.rc diff --git a/wallet.vcxproj b/msvc/wallet.vcxproj similarity index 100% rename from wallet.vcxproj rename to msvc/wallet.vcxproj diff --git a/winConfig.bat b/msvc/winConfig.bat similarity index 100% rename from winConfig.bat rename to msvc/winConfig.bat diff --git a/ILog.cpp b/src/ILog.cpp similarity index 100% rename from ILog.cpp rename to src/ILog.cpp diff --git a/ILog.h b/src/ILog.h similarity index 100% rename from ILog.h rename to src/ILog.h diff --git a/ISqlit3Impl.cpp b/src/ISqlit3Impl.cpp similarity index 100% rename from ISqlit3Impl.cpp rename to src/ISqlit3Impl.cpp diff --git a/ISqlite3.h b/src/ISqlite3.h similarity index 100% rename from ISqlite3.h rename to src/ISqlite3.h diff --git a/app.cpp b/src/app.cpp similarity index 100% rename from app.cpp rename to src/app.cpp diff --git a/app.h b/src/app.h similarity index 100% rename from app.h rename to src/app.h diff --git a/db_accessors.h b/src/db_accessors.h similarity index 100% rename from db_accessors.h rename to src/db_accessors.h diff --git a/display_wallet.cpp b/src/display_wallet.cpp similarity index 100% rename from display_wallet.cpp rename to src/display_wallet.cpp diff --git a/display_wallet.h b/src/display_wallet.h similarity index 100% rename from display_wallet.h rename to src/display_wallet.h diff --git a/frame.cpp b/src/frame.cpp similarity index 100% rename from frame.cpp rename to src/frame.cpp diff --git a/frame.h b/src/frame.h similarity index 100% rename from frame.h rename to src/frame.h diff --git a/introspection_of_standard_C_types.h b/src/introspection_of_standard_C_types.h similarity index 100% rename from introspection_of_standard_C_types.h rename to src/introspection_of_standard_C_types.h diff --git a/localization.cpp b/src/localization.cpp similarity index 100% rename from localization.cpp rename to src/localization.cpp diff --git a/localization.h b/src/localization.h similarity index 100% rename from localization.h rename to src/localization.h diff --git a/mpir_and_base58.cpp b/src/mpir_and_base58.cpp similarity index 100% rename from mpir_and_base58.cpp rename to src/mpir_and_base58.cpp diff --git a/mpir_and_base58.h b/src/mpir_and_base58.h similarity index 100% rename from mpir_and_base58.h rename to src/mpir_and_base58.h diff --git a/rho.xpm b/src/rho.xpm similarity index 100% rename from rho.xpm rename to src/rho.xpm diff --git a/ristretto255.cpp b/src/ristretto255.cpp similarity index 100% rename from ristretto255.cpp rename to src/ristretto255.cpp diff --git a/ristretto255.h b/src/ristretto255.h similarity index 100% rename from ristretto255.h rename to src/ristretto255.h diff --git a/rotime.cpp b/src/rotime.cpp similarity index 100% rename from rotime.cpp rename to src/rotime.cpp diff --git a/rotime.h b/src/rotime.h similarity index 100% rename from rotime.h rename to src/rotime.h diff --git a/secrets.cpp b/src/secrets.cpp similarity index 100% rename from secrets.cpp rename to src/secrets.cpp diff --git a/secrets.h b/src/secrets.h similarity index 100% rename from secrets.h rename to src/secrets.h diff --git a/slash6.cpp b/src/slash6.cpp similarity index 100% rename from slash6.cpp rename to src/slash6.cpp diff --git a/slash6.h b/src/slash6.h similarity index 100% rename from slash6.h rename to src/slash6.h diff --git a/stdafx.cpp b/src/stdafx.cpp similarity index 100% rename from stdafx.cpp rename to src/stdafx.cpp diff --git a/stdafx.h b/src/stdafx.h similarity index 100% rename from stdafx.h rename to src/stdafx.h diff --git a/testbed.cpp b/src/testbed.cpp similarity index 100% rename from testbed.cpp rename to src/testbed.cpp diff --git a/unit_test.cpp b/src/unit_test.cpp similarity index 100% rename from unit_test.cpp rename to src/unit_test.cpp diff --git a/welcome_to_rhocoin.cpp b/src/welcome_to_rhocoin.cpp similarity index 100% rename from welcome_to_rhocoin.cpp rename to src/welcome_to_rhocoin.cpp diff --git a/welcome_to_rhocoin.h b/src/welcome_to_rhocoin.h similarity index 100% rename from welcome_to_rhocoin.h rename to src/welcome_to_rhocoin.h