blob: 65cdc8840ca665be4694a28e5913be38432d8142 (
plain)
1
2
3
4
5
6
7
8
9
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
//
// stdafx.cpp : source file that includes just the standard includes
// stdafx.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
//
#include "stdafx.h"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|