Changeset 2beb6c7 in opengl-game


Ignore:
Timestamp:
Sep 2, 2019, 5:18:37 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
5edbd58
Parents:
9546928
Message:

Move the crash log file definition to consts.hpp

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • consts.hpp

    r9546928 r2beb6c7  
    77#define RTWO_ERROR false
    88
     9#define CRASH_LOG_FILE "crash.log"
     10
    911// TODO: Would prefer to use enums, but couldn't find a great way to use them in bitmasks
    1012constexpr unsigned char GUI_FLAGS_WINDOW_FULLSCREEN { 1 << 0 };
  • crash-logger.hpp

    r9546928 r2beb6c7  
    11#ifndef CRASH_LOGGER_H
    22#define CRASH_LOGGER_H
    3 
    4 #define CRASH_LOG_FILE "crash.log"
    53
    64class CrashLogger {
  • game-gui.hpp

    r9546928 r2beb6c7  
    88   #include <vulkan/vulkan.h>
    99#endif
    10 
    11 #include "consts.hpp"
    1210
    1311using namespace std;
Note: See TracChangeset for help on using the changeset viewer.