view libpurple/plugins/mono/api/BlistNode.cs @ 16039:ded8da3de5f8

This should get all the Win32 Makefiles in line with the names Pidgin and Purple. I tried to separate PIDGIN and PURPLE values as much as a could to make it easier to divide them later if that's ever desired.
author Kevin Stange <kevin@simguy.net>
date Tue, 10 Apr 2007 06:19:29 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

namespace Purple {
	public abstract class BlistNode {
	}
}