mirror of
https://github.com/doomertheboomer/depthrush.git
synced 2026-03-22 10:04:32 -05:00
7 lines
134 B
C++
7 lines
134 B
C++
#pragma once
|
|
#include <Windows.h>
|
|
#include <NuiApi.h>
|
|
#include <iostream>
|
|
#include <thread>
|
|
#include <string>
|
|
#include "calibration.h" |