2018-12-31 01:00:38 +00:00
|
|
|
/***
|
|
|
|
*
|
2019-01-16 16:43:50 +00:00
|
|
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
|
|
|
*
|
|
|
|
* See the file LICENSE attached with the sources for usage details.
|
2018-12-31 01:00:38 +00:00
|
|
|
*
|
|
|
|
****/
|
|
|
|
|
2019-01-03 01:26:39 +00:00
|
|
|
class env_beam {
|
|
|
|
void() env_beam;
|
2018-12-31 01:00:38 +00:00
|
|
|
};
|
|
|
|
|
2019-01-03 01:26:39 +00:00
|
|
|
void env_beam :: env_beam ( void )
|
2018-12-31 01:00:38 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|