Reordered pch includes in Sound.

This might help with #162.
Fixed switch warning.
This commit is contained in:
Muzychenko Andrey 2022-11-21 10:02:56 +03:00
parent ea32c08c4f
commit 1391eeba81
3 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#include "options.h"
#include "pch.h"
#include "options.h"
#include "Sound.h"
#include "maths.h"

View File

@ -1,8 +1,4 @@
// SpaceCadetPinball.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include "pch.h"
#include "winmain.h"
int main(int argc, char* argv[])

View File

@ -1275,6 +1275,7 @@ void control::DrainBallBlockerControl(MessageCode code, TPinballComponent* calle
break;
}
}
default: break;
}
}