18 lines
926 B
C
18 lines
926 B
C
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// NoesisGUI - http://www.noesisengine.com
|
|
// Copyright (c) 2013 Noesis Technologies S.L. All Rights Reserved.
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// NS_LICENSE_NAME and NS_LICENSE_KEY must be replaced with values your were given when purchasing
|
|
// your Noesis license. If you don't want to modify this file (it will be overwritten with each new
|
|
// version) you can globally define NS_LICENSE_NAME and NS_LICENSE_KEY in your project.
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef NS_LICENSE_NAME
|
|
#define NS_LICENSE_NAME ""
|
|
#endif
|
|
|
|
#ifndef NS_LICENSE_KEY
|
|
#define NS_LICENSE_KEY ""
|
|
#endif |