Add project files.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef _CMOUSE_HPP_
|
||||
#define _CMOUSE_HPP_
|
||||
|
||||
/*** SDL Header Files ***/
|
||||
#include <SDL.h>
|
||||
|
||||
/*** Custom Header Files ***/
|
||||
#include "cInput.hpp"
|
||||
|
||||
/*** DLL Header File ***/
|
||||
#include "dllExport.h"
|
||||
|
||||
namespace InputEngine {
|
||||
class EXPORT_FROM_MYDLL cMouse
|
||||
{
|
||||
public:
|
||||
cMouse();
|
||||
~cMouse();
|
||||
};/// END CLASS DEFINITION cMouse
|
||||
}/// END NAMESPACE DEFINITION InputEngine
|
||||
#endif/// END IFNDEF _CMOUSE_HPP_
|
||||
Reference in New Issue
Block a user