From 6f565ce1110d7f53defe3895255a456fd8adcd4f Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 13 Jun 2010 16:36:03 +0200 Subject: Moved more stuff. --- engine/struct.h | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 engine/struct.h (limited to 'engine/struct.h') diff --git a/engine/struct.h b/engine/struct.h deleted file mode 100644 index d08e66d..0000000 --- a/engine/struct.h +++ /dev/null @@ -1,53 +0,0 @@ -#ifndef STRUCT_H -#define STRUCT_H - -template -struct Struct { - A a; - B b; - C c; - D d; - E e; - F f; -}; - -template -struct Struct { - A a; - B b; - C c; - D d; - E e; -}; - -template -struct Struct { - A a; - B b; - C c; - D d; -}; - -template -struct Struct { - A a; - B b; - C c; -}; - -template -struct Struct { - A a; - B b; -}; - -template -struct Struct { - A a; -}; - -template<> -struct Struct { -}; - -#endif -- cgit v1.2.3