Delete unused files

This commit is contained in:
Henrik Rydgård 2024-11-05 13:09:33 +01:00
parent 0e59cd7641
commit 032f51988d
5 changed files with 0 additions and 21 deletions

View file

@ -1,2 +0,0 @@
#include "pch.h"
#include "lua.h"

View file

@ -1 +0,0 @@
#pragma once

View file

@ -1 +0,0 @@
#include "pch.h"

View file

@ -1,9 +0,0 @@
#pragma once
#include "targetver.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>

View file

@ -1,8 +0,0 @@
#pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
#include <SDKDDKVer.h>