diff options
| author | AShifter <[email protected]> | 2017-03-17 17:31:41 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-17 17:31:41 -0600 |
| commit | 0c00b5f33c37427228c53794732d513adc862261 (patch) | |
| tree | b7d2682a04ec002bc5e800d28e8be1791f695777 /TimeHACK.Engine/WindowManager.cs | |
| parent | 2ef1e277a54e698f0d96cc87ab5523c2471d0ef4 (diff) | |
| download | histacom2-0c00b5f33c37427228c53794732d513adc862261.tar.gz histacom2-0c00b5f33c37427228c53794732d513adc862261.tar.bz2 histacom2-0c00b5f33c37427228c53794732d513adc862261.zip | |
HUGE OVERHAUL
Added TimeHACK.Engine - Starting a new engine system to render Operating
System borders
Made more changes ( ͡° ͜ʖ ͡°)
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs new file mode 100644 index 0000000..534f2f3 --- /dev/null +++ b/TimeHACK.Engine/WindowManager.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace TimeHACK.Engine +{ + class WindowManager + { + private void startWinClassic(String title, int width, int height) + { + + } + } +} |
