stdafx.h: remove BOM from custom included headers

Also add warnings about adding them.
This commit is contained in:
Nekotekina 2020-11-29 15:03:50 +03:00
parent 2bee096246
commit 3b8e3a9714
10 changed files with 17 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once // No BOM and only basic ASCII in this header, or a neko will die
#include "types.h"