Pasha Bibko Util Library
Loading...
Searching...
No Matches
Misc.h
1#pragma once
2
3#include <classes/Colour.h>
4
11namespace PashaBibko::Util
12{
22
30
36 void EndProcess(bool breakpoint = true);
37}
Definition Colour.h:10
void TriggerBreakpoint()
Triggers a breakpoint if there is a Debugger to attach to.
Colour
Representation of each color and its corresponding Win32 console color code. Other operating systems ...
Definition Colour.h:16
void SetConsoleColor(Colour col)
Sets the console to display text with a certain color.
void EndProcess(bool breakpoint=true)
Ends the current process.
Mathmatical vector class.
Definition Vec.h:216