configure.in, AssemblyInfo.cs: For those unfortunate earthlings without libchm, libwv...
[beagle.git] / bludgeon / HammerAttribute.cs
blobf04efce5a3586de02a2a75868712885fc816873f
2 using System;
4 namespace Bludgeon {
6 [AttributeUsage (AttributeTargets.Class)]
7 public class HammerAttribute : Attribute {
8 public string Name = "Unnamed";