18 lines
282 B
C++
18 lines
282 B
C++
/***
|
|
*
|
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
|
*
|
|
* See the file LICENSE attached with the sources for usage details.
|
|
*
|
|
****/
|
|
|
|
class CStartSP
|
|
{
|
|
void(void) CStartSP;
|
|
};
|
|
|
|
void CStartSP::CStartSP(void)
|
|
{
|
|
}
|
|
|
|
CLASSEXPORT( info_player_start, CStartSP )
|