nuclide/Source/gs-entbase/server/env_beam.cpp

17 lines
236 B
C++
Raw Normal View History

/***
*
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.
*
****/
class env_beam {
void() env_beam;
};
void env_beam :: env_beam ( void )
{
}