You've already forked lazarus-ccr
22 lines
401 B
C
22 lines
401 B
C
![]() |
/*
|
||
|
vcl.h
|
||
|
|
||
|
C/C++ header for the LCL Exports library
|
||
|
|
||
|
LICENSE: The same modifyed LGPL as the Free Pascal Runtime Library
|
||
|
and the Lazarus Component Library
|
||
|
|
||
|
Copyright (C) 2008 Felipe Monteiro de Carvalho
|
||
|
*/
|
||
|
|
||
|
#ifndef LAZARUS_VCL_H
|
||
|
#define LAZARUS_VCL_H
|
||
|
|
||
|
#include "classes.h"
|
||
|
#include "controls.h"
|
||
|
#include "forms.h"
|
||
|
#include "stdctrls.h"
|
||
|
#include "system.h"
|
||
|
|
||
|
#endif /* !LAZARUS_VCL_H */
|