mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
Reordered pch includes in Sound.
This might help with #162. Fixed switch warning.
This commit is contained in:
parent
ea32c08c4f
commit
1391eeba81
@ -1,5 +1,5 @@
|
||||
#include "options.h"
|
||||
#include "pch.h"
|
||||
#include "options.h"
|
||||
#include "Sound.h"
|
||||
#include "maths.h"
|
||||
|
||||
|
@ -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[])
|
||||
|
@ -1275,6 +1275,7 @@ void control::DrainBallBlockerControl(MessageCode code, TPinballComponent* calle
|
||||
break;
|
||||
}
|
||||
}
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user