mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Split skeleton definitions into multiple files, adds hotloading support for skeleton files. Fixes #190.
This was SVN commit r13544.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2009 Wildfire Games.
|
||||
/* Copyright (C) 2013 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
@@ -83,7 +83,7 @@ public:
|
||||
|
||||
/**
|
||||
* Initialises the global state with skeleton data loaded from the
|
||||
* given XML data. Must only be called once.
|
||||
* given XML data.
|
||||
* @todo Stop using global state.
|
||||
* @param xmlData
|
||||
* @param xmlLength
|
||||
|
||||
Reference in New Issue
Block a user