view LightClone/Source/Service.h @ 74:40c0b5305de8

Work on removing ScreenManager
author koryspansel
date Tue, 18 Oct 2011 11:56:49 -0700
parents 44dcff5abf12
children
line wrap: on
line source

/*
 * Service
 */

#ifndef __SERVICE_H__
#define __SERVICE_H__

#include "Types.h"

/*
 * Service
 */
class Service
{
public:

	/*
	 * ~Service
	 */
	virtual ~Service();
};

#endif //__SERVICE_H__