Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • develop
  • v0.5
  • v0.4b
  • v0.3b
  • v0.2b
  • v0.1b
7 results

Initialization.h

Blame
  • Mark Winter's avatar
    Mark Winter authored
    Rearranged headers and project filters to remove most mex dependencies from the renderer in preparation for a standalone executable.
    880c1a1b
    History
    Initialization.h 1.17 KiB
    ////////////////////////////////////////////////////////////////////////////////
    //Copyright 2014 Andrew Cohen, Eric Wait, and Mark Winter
    //This file is part of LEVER 3-D - the tool for 5-D stem cell segmentation,
    //tracking, and lineaging. See http://bioimage.coe.drexel.edu 'software' section
    //for details. LEVER 3-D is free software: you can redistribute it and/or modify
    //it under the terms of the GNU General Public License as published by the Free
    //Software Foundation, either version 3 of the License, or (at your option) any
    //later version.
    //LEVER 3-D is distributed in the hope that it will be useful, but WITHOUT ANY
    //WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
    //A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
    //You should have received a copy of the GNU General Public License along with
    //LEVer in file "gnu gpl v3.txt".  If not, see  <http://www.gnu.org/licenses/>.
    ////////////////////////////////////////////////////////////////////////////////
    
    #pragma once
    #include "windows.h"
    
    #include <string>
    
    HRESULT windowInit(HINSTANCE hInstance,int nCmdShow,std::string rootDir);
    extern const TCHAR szWndClassName[];