--- deliantra/server/common/arch.C 2009/10/27 01:38:39 1.91 +++ deliantra/server/common/arch.C 2009/11/05 15:43:21 1.92 @@ -53,6 +53,8 @@ // the vector of loaded but not yet committed archetypes static std::vector postponed_arch; +//+GPL + /** * GROS - This function retrieves an archetype given the name that appears * during the game (for example, "writing pen" instead of "stylus"). @@ -278,6 +280,8 @@ return 0; } +//-GPL + archetype::archetype (const char *name) { arch = this; @@ -543,6 +547,8 @@ return op; } +//+GPL + /* * Creates an object. This function is called by get_archetype() * if it fails to find the appropriate archetype. @@ -645,3 +651,5 @@ return head; } +//-GPL +