My Project
NPLConfig.h
1 #pragma once
2 
3 
4 namespace NPL
5 {
10  class CNPLConfig
11  {
12  public:
13  CNPLConfig();
14  ~CNPLConfig();
15  public:
16 
17  };
18 }
Current NPL configuration settings.
Definition: NPLConfig.h:10
define this to enable debugging of NPL code in visual studio
Definition: INPL.h:9