loader: Move loader struct defs into common file
authorCharles Giessen <charles@lunarg.com>
Sat, 4 Sep 2021 04:03:18 +0000 (22:03 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 9 Sep 2021 17:28:56 +0000 (11:28 -0600)
commitf6760604680315b15c1b55c5ce850d7aa4898683
treef444d14d75abbcb8788dca11024cb685b3fdcac6
parent7d46bb6db9cf97d90bb602ce6f9b7927c5b31b30
loader: Move loader struct defs into common file

This commit separates the structure definitions from the function declarations.
The reason to do this is to allow splitting of loader.h/.c functionality into
individual headers, which may require access to these structs but don't need to
know about the other functions.
loader/CMakeLists.txt
loader/debug_utils.c
loader/debug_utils.h
loader/loader.h
loader/loader_common.h [new file with mode: 0644]
loader/wsi.h