Is it possible to get source code of the overlay app(Timer app)

(Same as the title)
If you pre ordered the game, there is a "timer" folder containing the code for the overlay in the source zip.
You can get it here. It's Casey's code, modified by mmozeiko to work on Linux as well. Here's the original code by Casey.

Edited by Marc Costa on
I believe he is looking for the stream overlay that shows when the stream start, when the Q/A starts... And I don't think it's available if you don't have access to the hmh sources.
I preordered the game but can't find it.Where to look for can't seem to find it in code and misc directory.
It is in timer folder starting with day 243 zip archive.
I checked day243 I didn't find it still or did someone removed it.
It is there for me:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
$ mkdir hero
$ cd hero/
$ # here use the download URL for "Handmade Hero (Source Code for Days 200-299)"
$ curl -s -L -o hero.zip https://transactions.sendowl.com/orders/.../file?product_id=434536
$ unzip -q hero.zip 
$ unzip -q handmade_hero_day_243_source.zip 
$ ls -l timer/
total 60
-rw-r--r-- 1 mmozeiko users   190 Mar  4  2016 build.bat
-rw-r--r-- 1 mmozeiko users  1078 Nov 19  2014 clock.ico
-rw-r--r-- 1 mmozeiko users 24718 Mar  4  2016 ctray.cpp
-rw-r--r-- 1 mmozeiko users   638 Mar  4  2016 ctray.h
-rw-r--r-- 1 mmozeiko users  6235 Dec 12  2014 ctray_overlay_window.cpp
-rw-r--r-- 1 mmozeiko users   675 Nov 18  2014 ctray_overlay_window.h
-rw-r--r-- 1 mmozeiko users   968 Nov 19  2014 ctray.rc
-rw-r--r-- 1 mmozeiko users   109 Mar  4  2016 settings.ctray


Edited by Mārtiņš Možeiko on
But its not there in the github repo. Why is that?
I assume repo includes stuff only required for HH engine & game.