Files
Jedi-Academy/tools/jawa/stdafx.h
2013-04-04 14:32:05 -07:00

13 lines
295 B
C++

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include <xtl.h>
#include <vector>
#include "match.h"
// TODO: reference additional headers your program requires here