mirror of
https://github.com/fadden/ciderpress.git
synced 2024-11-12 01:05:22 +00:00
14 lines
432 B
C++
14 lines
432 B
C++
|
/*
|
||
|
* CiderPress
|
||
|
* Copyright (C) 2007 by faddenSoft, LLC. All Rights Reserved.
|
||
|
* See the file LICENSE for distribution terms.
|
||
|
*/
|
||
|
// stdafx.cpp : source file that includes just the standard includes
|
||
|
// diskimg.pch will be the pre-compiled header
|
||
|
// stdafx.obj will contain the pre-compiled type information
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
// TODO: reference any additional headers you need in STDAFX.H
|
||
|
// and not in this file
|