| 12 | namespace Poseidon |
| 13 | { |
| 14 | void InitDefaults() |
| 15 | { |
| 16 | // Order is intentional, but only insofar as each Init*() is |
| 17 | // self-contained — no Init below this point depends on any Init |
| 18 | // above, and re-running any of them is a no-op (each just calls |
| 19 | // a Set*Functions setter with a static-storage instance). |
| 20 | InitScriptingDefaults(); |
| 21 | InitParamFileExtDefaults(); |
| 22 | InitProgressSystemDefaults(); |
| 23 | InitClipboardFunctions(); |
| 24 | } |
| 25 | } // namespace Poseidon |