8 lines
89 B
C
8 lines
89 B
C
/*
|
|
* pch.c - Precompiled header file source.
|
|
*/
|
|
|
|
#include "project.h"
|
|
#pragma hdrstop
|
|
|