mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
New code style refactor
This commit is contained in:
@@ -3,16 +3,14 @@
|
||||
#include "IOStreams.hpp"
|
||||
#include "CSegId.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace urde {
|
||||
|
||||
class CSegIdList {
|
||||
std::vector<CSegId> x0_list;
|
||||
|
||||
class CSegIdList
|
||||
{
|
||||
std::vector<CSegId> x0_list;
|
||||
public:
|
||||
CSegIdList(CInputStream& in);
|
||||
const std::vector<CSegId>& GetList() const {return x0_list;}
|
||||
CSegIdList(CInputStream& in);
|
||||
const std::vector<CSegId>& GetList() const { return x0_list; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user