You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
352 B
18 lines
352 B
#ifndef _DEFINED_ASW_SIMPLE_ALIEN_SHARED_DATA_H |
|
#define _DEFINED_ASW_SIMPLE_ALIEN_SHARED_DATA_H |
|
#ifdef _WIN32 |
|
#pragma once |
|
#endif |
|
|
|
class CASW_Simple_Alien_Shared_Data |
|
{ |
|
public: |
|
|
|
DECLARE_CLASS_NOBASE( CASW_Simple_Alien_Shared_Data ); |
|
DECLARE_DATADESC(); |
|
CASW_Simple_Alien_Shared_Data( void ); |
|
|
|
}; |
|
|
|
|
|
#endif // _DEFINED_ASW_SIMPLE_ALIEN_SHARED_DATA_H
|
|
|