about summary refs log tree commit diff stats
path: root/Test/Temp.cpp
blob: 14f3bbffbf5b90c8c25a5de55ec9269d92962dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "gtest/gtest.h"
#include "Randomizer.h"

GTEST_TEST(SwapTests, Shipwreck) {
	Randomizer randomizer;
	int shipwreck = 0xAFB;
	int thEntry = 0x288C;
	int si1 = 0x00000022;
	int bu1 = 0x6;
	int td1 = 0x5D;

	randomizer.SwapPanels(si1, td1, Randomizer::SWAP::LINES);

}