1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/arch/amd64/amd64.h
janwas a3696c0b91 premake: detect processor architecture from script
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and
"arch" folders

This was SVN commit r6162.
2008-06-30 17:34:18 +00:00

19 lines
491 B
C

/**
* =========================================================================
* File : amd64.h
* Project : 0 A.D.
* Description : C++ and inline asm implementations of AMD64 functions
* =========================================================================
*/
// license: GPL; see lib/license.txt
#ifndef INCLUDED_AMD64
#define INCLUDED_AMD64
#if !ARCH_AMD64
#error "including amd64.h without ARCH_AMD64=1"
#endif
#endif // #ifndef INCLUDED_AMD64