Changeset 301c90a in opengl-game for crash-logger.hpp


Ignore:
Timestamp:
Mar 13, 2021, 10:37:06 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
d255d52
Parents:
187b0f5
Message:

Implement the start of a generic UI system built on top of IMGUI, which can reposition elements when the screen is resized, and use it in VulkanGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • crash-logger.hpp

    r187b0f5 r301c90a  
    1 #ifndef CRASH_LOGGER_H
    2 #define CRASH_LOGGER_H
     1#ifndef _CRASH_LOGGER_H
     2#define _CRASH_LOGGER_H
    33
    44class CrashLogger {
     
    88};
    99
    10 #endif
     10#endif // _CRASH_LOGGER_H
Note: See TracChangeset for help on using the changeset viewer.