.. _program_listing_file_PrismEngine_src_resource.h: Program Listing for File resource.h =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``PrismEngine/src/resource.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include namespace prism { namespace scene { typedef uint32_t Resource; const Resource INVALID_RESOURCE_ID = 0; } }